Html Css Color HEX #BF77EF Heliotrope

📋 copy color: '#BF77EF'

red 191 ◦ green 119 ◦ blue 239

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

Shades of Heliotrope #BF77EF

Tints of Heliotrope #BF77EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 43.53%

R = 34.79%
G = 21.68%
B = 43.53%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BF77EF (or 0xBF77EF) is known color: Heliotrope. HEX triplet: BF, 77 and EF. RGB value is (191,119,239). Sum of RGB (Red+Green+Blue) = 191+119+239=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 119 (46.88% from 255 or 21.68% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #BF77EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77EF is #408810. Grayscale: #999999. Windows color (decimal): -4229137 or 15693759. OLE color: 15693759.

HSL color Cylindrical-coordinate representation of color #BF77EF: hue angle of 276º degrees, saturation: 0.79, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BF77EF is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 119 239 -
CMYK 0.20 0.50 0 0.06
HSL 276º 0.79% 0.7% -
HSV(B) 276º 0.5% 0.94% -
XYZ 43.66 30.5 85.25 -
YUV 154.21 175.85 154.24 -
System Red Green Blue C M Y K H S L
Decimal 191 119 239 0.20 0.50 0 0.06 276 0.79 0.7
Hex BF 77 EF 14 32 0 6 114 4F 46
Octal 277 167 357 24 62 0 6 424 117 106
Binary 10111111 1110111 11101111 10100 110010 0 110 100010100 1001111 1000110

Color Harmonies of #BF77EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77EF

Black with #BF77EF

Text Example


Text Example

White with #BF77EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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