Html Css Color HEX #BF77EE Heliotrope

📋 copy color: '#BF77EE'

red 191 ◦ green 119 ◦ blue 238

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

Shades of Heliotrope #BF77EE

Tints of Heliotrope #BF77EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.43%

R = 34.85%
G = 21.72%
B = 43.43%

CMYK

 C value IS 0.20

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF77EE (or 0xBF77EE) is known color: Heliotrope. HEX triplet: BF, 77 and EE. RGB value is (191,119,238). Sum of RGB (Red+Green+Blue) = 191+119+238=548 (72% of max value = 765). Red value is 191 (75% from 255 or 34.85% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 238 (93.36% from 255 or 43.43% from 548); Max value from RGB is 238 - color contains mainly: blue. Hex color #BF77EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BF77EE is #408811. Grayscale: #999999. Windows color (decimal): -4229138 or 15628223. OLE color: 15628223.

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

Color convert

RGB 191 119 238 -
CMYK 0.20 0.50 0 0.07
HSL 276.3º 0.78% 0.7% -
HSV(B) 276.3º 0.5% 0.93% -
XYZ 43.52 30.44 84.47 -
YUV 154.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 191 119 238 0.20 0.50 0 0.07 276.3 0.78 0.7
Hex BF 77 EE 14 32 0 7 114 4E 46
Octal 277 167 356 24 62 0 7 424 116 106
Binary 10111111 1110111 11101110 10100 110010 0 111 100010100 1001110 1000110

Color Harmonies of #BF77EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF77EE

Black with #BF77EE

Text Example


Text Example

White with #BF77EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF77EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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