Html Css Color HEX #BE6EEF Heliotrope

📋 copy color: '#BE6EEF'

red 190 ◦ green 110 ◦ blue 239

#BE6EEF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #BE6EEF

Tints of Heliotrope #BE6EEF

RGB

 RED value IS 190 (74.61% from 255) = 35.25%

 GREEN value IS 110 (43.36% from 255) = 20.41%

 BLUE value IS 239 (93.75% from 255) = 44.34%

R = 35.25%
G = 20.41%
B = 44.34%

CMYK

 C value IS 0.21

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BE6EEF (or 0xBE6EEF) is known color: Heliotrope. HEX triplet: BE, 6E and EF. RGB value is (190,110,239). Sum of RGB (Red+Green+Blue) = 190+110+239=539 (71% of max value = 765). Red value is 190 (74.61% from 255 or 35.25% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #BE6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BE6EEF is #419110. Grayscale: #949494. Windows color (decimal): -4296977 or 15691454. OLE color: 15691454.

HSL color Cylindrical-coordinate representation of color #BE6EEF: hue angle of 277.21º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BE6EEF is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 110 239 -
CMYK 0.21 0.54 0 0.06
HSL 277.21º 0.8% 0.68% -
HSV(B) 277.21º 0.54% 0.94% -
XYZ 42.39 28.33 84.9 -
YUV 148.63 179 157.51 -
System Red Green Blue C M Y K H S L
Decimal 190 110 239 0.21 0.54 0 0.06 277.21 0.8 0.68
Hex BE 6E EF 15 36 0 6 115 50 44
Octal 276 156 357 25 66 0 6 425 120 104
Binary 10111110 1101110 11101111 10101 110110 0 110 100010101 1010000 1000100

Color Harmonies of #BE6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE6EEF

Black with #BE6EEF

Text Example


Text Example

White with #BE6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE6EEF; }

 p { color: rgb(190,110,239); }

 H1.HeaderClassName
 {
   color: #BE6EEF;
 }
 .AnyTagClassName
 {
   color: #BE6EEF;
 }
</style>

background-color css

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

 a { background-color: rgb(190,110,239); }

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

border-color css

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

 span { border-color: rgb(190,110,239); }

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