Html Css Color HEX #BF76EC Heliotrope

📋 copy color: '#BF76EC'

red 191 ◦ green 118 ◦ blue 236

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

Shades of Heliotrope #BF76EC

Tints of Heliotrope #BF76EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21.65%

 BLUE value IS 236 (92.58% from 255) = 43.3%

R = 35.05%
G = 21.65%
B = 43.3%

CMYK

 C value IS 0.19

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF76EC (or 0xBF76EC) is known color: Heliotrope. HEX triplet: BF, 76 and EC. RGB value is (191,118,236). Sum of RGB (Red+Green+Blue) = 191+118+236=545 (72% of max value = 765). Red value is 191 (75% from 255 or 35.05% from 545); Green value is 118 (46.48% from 255 or 21.65% from 545); Blue value is 236 (92.58% from 255 or 43.30% from 545); Max value from RGB is 236 - color contains mainly: blue. Hex color #BF76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76EC is #408913. Grayscale: #989898. Windows color (decimal): -4229396 or 15496895. OLE color: 15496895.

HSL color Cylindrical-coordinate representation of color #BF76EC: hue angle of 277.12º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF76EC is Cyan = 0.19, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 118 236 -
CMYK 0.19 0.5 0 0.07
HSL 277.12º 0.76% 0.69% -
HSV(B) 277.12º 0.5% 0.93% -
XYZ 43.1 30.09 82.89 -
YUV 153.28 174.68 154.91 -
System Red Green Blue C M Y K H S L
Decimal 191 118 236 0.19 0.5 0 0.07 277.12 0.76 0.69
Hex BF 76 EC 13 32 0 7 115 4C 45
Octal 277 166 354 23 62 0 7 425 114 105
Binary 10111111 1110110 11101100 10011 110010 0 111 100010101 1001100 1000101

Color Harmonies of #BF76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76EC

Black with #BF76EC

Text Example


Text Example

White with #BF76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76EC; }

 p { color: rgb(191,118,236); }

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

background-color css

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

 a { background-color: rgb(191,118,236); }

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

border-color css

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

 span { border-color: rgb(191,118,236); }

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