Html Css Color HEX #BB77F2 Heliotrope

📋 copy color: '#BB77F2'

red 187 ◦ green 119 ◦ blue 242

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

Shades of Heliotrope #BB77F2

Tints of Heliotrope #BB77F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.16%

R = 34.12%
G = 21.72%
B = 44.16%

CMYK

 C value IS 0.23

 M value IS 0.51

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BB77F2 (or 0xBB77F2) is known color: Heliotrope. HEX triplet: BB, 77 and F2. RGB value is (187,119,242). Sum of RGB (Red+Green+Blue) = 187+119+242=548 (72% of max value = 765). Red value is 187 (73.44% from 255 or 34.12% from 548); Green value is 119 (46.88% from 255 or 21.72% from 548); Blue value is 242 (94.92% from 255 or 44.16% from 548); Max value from RGB is 242 - color contains mainly: blue. Hex color #BB77F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #BB77F2 is #44880D. Grayscale: #989898. Windows color (decimal): -4491278 or 15890363. OLE color: 15890363.

HSL color Cylindrical-coordinate representation of color #BB77F2: hue angle of 273.17º degrees, saturation: 0.83, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BB77F2 is Cyan = 0.23, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 119 242 -
CMYK 0.23 0.51 0 0.05
HSL 273.17º 0.83% 0.71% -
HSV(B) 273.17º 0.51% 0.95% -
XYZ 43.12 30.17 87.56 -
YUV 153.35 178.03 152 -
System Red Green Blue C M Y K H S L
Decimal 187 119 242 0.23 0.51 0 0.05 273.17 0.83 0.71
Hex BB 77 F2 17 33 0 5 111 53 47
Octal 273 167 362 27 63 0 5 421 123 107
Binary 10111011 1110111 11110010 10111 110011 0 101 100010001 1010011 1000111

Color Harmonies of #BB77F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB77F2

Black with #BB77F2

Text Example


Text Example

White with #BB77F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB77F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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