Html Css Color HEX #BB77EC Heliotrope

📋 copy color: '#BB77EC'

red 187 ◦ green 119 ◦ blue 236

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

Shades of Heliotrope #BB77EC

Tints of Heliotrope #BB77EC

RGB

 RED value IS 187 (73.44% from 255) = 34.5%

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

 BLUE value IS 236 (92.58% from 255) = 43.54%

R = 34.5%
G = 21.96%
B = 43.54%

CMYK

 C value IS 0.21

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BB77EC (or 0xBB77EC) is known color: Heliotrope. HEX triplet: BB, 77 and EC. RGB value is (187,119,236). Sum of RGB (Red+Green+Blue) = 187+119+236=542 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.50% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #BB77EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77EC is #448813. Grayscale: #989898. Windows color (decimal): -4491284 or 15497147. OLE color: 15497147.

HSL color Cylindrical-coordinate representation of color #BB77EC: hue angle of 274.87º degrees, saturation: 0.75, 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 #BB77EC is Cyan = 0.21, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 119 236 -
CMYK 0.21 0.50 0 0.07
HSL 274.87º 0.75% 0.7% -
HSV(B) 274.87º 0.5% 0.93% -
XYZ 42.23 29.81 82.89 -
YUV 152.67 175.03 152.49 -
System Red Green Blue C M Y K H S L
Decimal 187 119 236 0.21 0.50 0 0.07 274.87 0.75 0.7
Hex BB 77 EC 15 32 0 7 113 4B 46
Octal 273 167 354 25 62 0 7 423 113 106
Binary 10111011 1110111 11101100 10101 110010 0 111 100010011 1001011 1000110

Color Harmonies of #BB77EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77EC

Black with #BB77EC

Text Example


Text Example

White with #BB77EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77EC; }

 p { color: rgb(187,119,236); }

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

background-color css

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

 a { background-color: rgb(187,119,236); }

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

border-color css

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

 span { border-color: rgb(187,119,236); }

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