Html Css Color HEX #BF6EEF Heliotrope

📋 copy color: '#BF6EEF'

red 191 ◦ green 110 ◦ blue 239

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

Shades of Heliotrope #BF6EEF

Tints of Heliotrope #BF6EEF

RGB

 RED value IS 191 (75% from 255) = 35.37%

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

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

R = 35.37%
G = 20.37%
B = 44.26%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF6EEF (or 0xBF6EEF) is known color: Heliotrope. HEX triplet: BF, 6E and EF. RGB value is (191,110,239). Sum of RGB (Red+Green+Blue) = 191+110+239=540 (71% of max value = 765). Red value is 191 (75% from 255 or 35.37% from 540); Green value is 110 (43.36% from 255 or 20.37% from 540); Blue value is 239 (93.75% from 255 or 44.26% from 540); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF6EEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EEF is #409110. Grayscale: #949494. Windows color (decimal): -4231441 or 15691455. OLE color: 15691455.

HSL color Cylindrical-coordinate representation of color #BF6EEF: hue angle of 277.67º 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 #BF6EEF is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 110 239 -
CMYK 0.20 0.54 0 0.06
HSL 277.67º 0.8% 0.68% -
HSV(B) 277.67º 0.54% 0.94% -
XYZ 42.64 28.46 84.91 -
YUV 148.93 178.84 158.01 -
System Red Green Blue C M Y K H S L
Decimal 191 110 239 0.20 0.54 0 0.06 277.67 0.8 0.68
Hex BF 6E EF 14 36 0 6 116 50 44
Octal 277 156 357 24 66 0 6 426 120 104
Binary 10111111 1101110 11101111 10100 110110 0 110 100010110 1010000 1000100

Color Harmonies of #BF6EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EEF

Black with #BF6EEF

Text Example


Text Example

White with #BF6EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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