#BE34F4

Color #BE34F4 Medium Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Orchid #BE34F4

Tints of Medium Orchid #BE34F4

Color information

#BE34F4 (or 0xBE34F4) is unknown color: approx Medium Orchid. HEX triplet: BE, 34 and F4. RGB value is (190,52,244). Sum of RGB (Red+Green+Blue) = 190+52+244=486 (64% of max value = 765). Red value is 190 (74.61% from 255 or 39.09% from 486); Green value is 52 (20.70% from 255 or 10.70% from 486); Blue value is 244 (95.70% from 255 or 50.21% from 486); Max value from RGB is 244 - color contains mainly: blue. Hex color #BE34F4 is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #BE34F4 is #41CB0B. Grayscale: #727272. Windows color (decimal): -4311820 or 16004286. OLE color: 16004286.

HSL color Cylindrical-coordinate representation of color #BE34F4: hue angle of 283.12º degrees, saturation: 0.9, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE34F4 is Cyan = 0.22, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB19052244-
CMYK0.220.7900.04
HSL283.12º89.72%58.04%-
HSV(B)283.12º78.69%95.69%-
XYZ38.7919.9387.39-
YUV115.15200.72181.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 39.09%
GREEN value IS 52 (20.70% from 255) = 10.70%
BLUE value IS 244 (95.70% from 255) = 50.21%
R=39.09%
G=10.70%
B=50.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal190522440.220.7900.04283.1289.7258.04
HexBE34F4164F0411b5a3a
Octal27664364261170443313272
Binary101111101101001111010010110100111101001000110111011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BE34F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BE34F4; }

 p { color: rgb(190,52,244); }

 H1.HeaderClassName
 {
   color: #BE34F4;
 }
 .AnyTagClassName
 {
   color: #BE34F4;
 }
</style>
background-color css

<style>
 a { background-color: #BE34F4; }

 a { background-color: rgb(190,52,244); }

 div.DivClassName
 {
   background-color: #BE34F4;
 }
 .BgClassName
 {
   background-color: #BE34F4;
 }
</style>
border-color css

<style>
 span { border-color: #BE34F4; }

 span { border-color: rgb(190,52,244); }

 td.TdClassName
 {
   border-color: #BE34F4;
 }
 .TagClassName
 {
   border-color: #BE34F4;
 }
</style>