Html Css Color HEX #BF77E9 Heliotrope

📋 copy color: '#BF77E9'

red 191 ◦ green 119 ◦ blue 233

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

Shades of Heliotrope #BF77E9

Tints of Heliotrope #BF77E9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 21.92%

 BLUE value IS 233 (91.41% from 255) = 42.91%

R = 35.17%
G = 21.92%
B = 42.91%

CMYK

 C value IS 0.18

 M value IS 0.49

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF77E9 (or 0xBF77E9) is known color: Heliotrope. HEX triplet: BF, 77 and E9. RGB value is (191,119,233). Sum of RGB (Red+Green+Blue) = 191+119+233=543 (71% of max value = 765). Red value is 191 (75% from 255 or 35.17% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 233 (91.41% from 255 or 42.91% from 543); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF77E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77E9 is #408816. Grayscale: #999999. Windows color (decimal): -4229143 or 15300543. OLE color: 15300543.

HSL color Cylindrical-coordinate representation of color #BF77E9: hue angle of 277.89º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BF77E9 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 119 233 -
CMYK 0.18 0.49 0 0.09
HSL 277.89º 0.72% 0.69% -
HSV(B) 277.89º 0.49% 0.91% -
XYZ 42.79 30.15 80.66 -
YUV 153.52 172.85 154.73 -
System Red Green Blue C M Y K H S L
Decimal 191 119 233 0.18 0.49 0 0.09 277.89 0.72 0.69
Hex BF 77 E9 12 31 0 9 116 48 45
Octal 277 167 351 22 61 0 11 426 110 105
Binary 10111111 1110111 11101001 10010 110001 0 1001 100010110 1001000 1000101

Color Harmonies of #BF77E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77E9

Black with #BF77E9

Text Example


Text Example

White with #BF77E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77E9; }

 p { color: rgb(191,119,233); }

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

background-color css

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

 a { background-color: rgb(191,119,233); }

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

border-color css

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

 span { border-color: rgb(191,119,233); }

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