Html Css Color HEX #BF6EEE Heliotrope

📋 copy color: '#BF6EEE'

red 191 ◦ green 110 ◦ blue 238

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

Shades of Heliotrope #BF6EEE

Tints of Heliotrope #BF6EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 44.16%

R = 35.44%
G = 20.41%
B = 44.16%

CMYK

 C value IS 0.20

 M value IS 0.54

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF6EEE (or 0xBF6EEE) is known color: Heliotrope. HEX triplet: BF, 6E and EE. RGB value is (191,110,238). Sum of RGB (Red+Green+Blue) = 191+110+238=539 (71% of max value = 765). Red value is 191 (75% from 255 or 35.44% from 539); Green value is 110 (43.36% from 255 or 20.41% from 539); Blue value is 238 (93.36% from 255 or 44.16% from 539); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF6EEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF6EEE is #409111. Grayscale: #949494. Windows color (decimal): -4231442 or 15625919. OLE color: 15625919.

HSL color Cylindrical-coordinate representation of color #BF6EEE: hue angle of 277.97º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BF6EEE is Cyan = 0.20, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 110 238 -
CMYK 0.20 0.54 0 0.07
HSL 277.97º 0.79% 0.68% -
HSV(B) 277.97º 0.54% 0.93% -
XYZ 42.49 28.4 84.13 -
YUV 148.81 178.34 158.09 -
System Red Green Blue C M Y K H S L
Decimal 191 110 238 0.20 0.54 0 0.07 277.97 0.79 0.68
Hex BF 6E EE 14 36 0 7 116 4F 44
Octal 277 156 356 24 66 0 7 426 117 104
Binary 10111111 1101110 11101110 10100 110110 0 111 100010110 1001111 1000100

Color Harmonies of #BF6EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF6EEE

Black with #BF6EEE

Text Example


Text Example

White with #BF6EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF6EEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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