Html Css Color HEX #BB77ED Heliotrope

📋 copy color: '#BB77ED'

red 187 ◦ green 119 ◦ blue 237

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

Shades of Heliotrope #BB77ED

Tints of Heliotrope #BB77ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.65%

R = 34.44%
G = 21.92%
B = 43.65%

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

#BB77ED (or 0xBB77ED) is known color: Heliotrope. HEX triplet: BB, 77 and ED. RGB value is (187,119,237). Sum of RGB (Red+Green+Blue) = 187+119+237=543 (71% of max value = 765). Red value is 187 (73.44% from 255 or 34.44% from 543); Green value is 119 (46.88% from 255 or 21.92% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #BB77ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77ED is #448812. Grayscale: #989898. Windows color (decimal): -4491283 or 15562683. OLE color: 15562683.

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

Color convert

RGB 187 119 237 -
CMYK 0.21 0.50 0 0.07
HSL 274.58º 0.77% 0.7% -
HSV(B) 274.58º 0.5% 0.93% -
XYZ 42.38 29.87 83.65 -
YUV 152.78 175.53 152.41 -
System Red Green Blue C M Y K H S L
Decimal 187 119 237 0.21 0.50 0 0.07 274.58 0.77 0.7
Hex BB 77 ED 15 32 0 7 113 4D 46
Octal 273 167 355 25 62 0 7 423 115 106
Binary 10111011 1110111 11101101 10101 110010 0 111 100010011 1001101 1000110

Color Harmonies of #BB77ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77ED

Black with #BB77ED

Text Example


Text Example

White with #BB77ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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