Html Css Color HEX #BF77E8 Heliotrope

📋 copy color: '#BF77E8'

red 191 ◦ green 119 ◦ blue 232

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

Shades of Heliotrope #BF77E8

Tints of Heliotrope #BF77E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 42.8%

R = 35.24%
G = 21.96%
B = 42.8%

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

#BF77E8 (or 0xBF77E8) is known color: Heliotrope. HEX triplet: BF, 77 and E8. RGB value is (191,119,232). Sum of RGB (Red+Green+Blue) = 191+119+232=542 (71% of max value = 765). Red value is 191 (75% from 255 or 35.24% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 232 (91.02% from 255 or 42.80% from 542); Max value from RGB is 232 - color contains mainly: blue. Hex color #BF77E8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77E8 is #408817. Grayscale: #999999. Windows color (decimal): -4229144 or 15235007. OLE color: 15235007.

HSL color Cylindrical-coordinate representation of color #BF77E8: hue angle of 278.23º degrees, saturation: 0.71, 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 #BF77E8 is Cyan = 0.18, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 119 232 -
CMYK 0.18 0.49 0 0.09
HSL 278.23º 0.71% 0.69% -
HSV(B) 278.23º 0.49% 0.91% -
XYZ 42.65 30.1 79.91 -
YUV 153.41 172.35 154.81 -
System Red Green Blue C M Y K H S L
Decimal 191 119 232 0.18 0.49 0 0.09 278.23 0.71 0.69
Hex BF 77 E8 12 31 0 9 116 47 45
Octal 277 167 350 22 61 0 11 426 107 105
Binary 10111111 1110111 11101000 10010 110001 0 1001 100010110 1000111 1000101

Color Harmonies of #BF77E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77E8

Black with #BF77E8

Text Example


Text Example

White with #BF77E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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