Html Css Color HEX #BF76EA Heliotrope

📋 copy color: '#BF76EA'

red 191 ◦ green 118 ◦ blue 234

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

Shades of Heliotrope #BF76EA

Tints of Heliotrope #BF76EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.09%

R = 35.17%
G = 21.73%
B = 43.09%

CMYK

 C value IS 0.18

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BF76EA (or 0xBF76EA) is known color: Heliotrope. HEX triplet: BF, 76 and EA. RGB value is (191,118,234). Sum of RGB (Red+Green+Blue) = 191+118+234=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 118 (46.48% from 255 or 21.73% from 543); Blue value is 234 (91.80% from 255 or 43.09% from 543); Max value from RGB is 234 - color contains mainly: blue. Hex color #BF76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF76EA is #408915. Grayscale: #989898. Windows color (decimal): -4229398 or 15365823. OLE color: 15365823.

HSL color Cylindrical-coordinate representation of color #BF76EA: hue angle of 277.76º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF76EA is Cyan = 0.18, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 118 234 -
CMYK 0.18 0.50 0 0.08
HSL 277.76º 0.73% 0.69% -
HSV(B) 277.76º 0.5% 0.92% -
XYZ 42.82 29.97 81.37 -
YUV 153.05 173.68 155.07 -
System Red Green Blue C M Y K H S L
Decimal 191 118 234 0.18 0.50 0 0.08 277.76 0.73 0.69
Hex BF 76 EA 12 32 0 8 116 49 45
Octal 277 166 352 22 62 0 10 426 111 105
Binary 10111111 1110110 11101010 10010 110010 0 1000 100010110 1001001 1000101

Color Harmonies of #BF76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF76EA

Black with #BF76EA

Text Example


Text Example

White with #BF76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF76EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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