Html Css Color HEX #BB6494 Hopbush

📋 copy color: '#BB6494'

red 187 ◦ green 100 ◦ blue 148

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

Shades of Hopbush #BB6494

Tints of Hopbush #BB6494

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.99%

 BLUE value IS 148 (58.2% from 255) = 34.02%

R = 42.99%
G = 22.99%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB6494 (or 0xBB6494) is known color: Hopbush. HEX triplet: BB, 64 and 94. RGB value is (187,100,148). Sum of RGB (Red+Green+Blue) = 187+100+148=435 (57% of max value = 765). Red value is 187 (73.44% from 255 or 42.99% from 435); Green value is 100 (39.45% from 255 or 22.99% from 435); Blue value is 148 (58.20% from 255 or 34.02% from 435); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6494 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6494 is #449B6B. Grayscale: #838383. Windows color (decimal): -4496236 or 9725115. OLE color: 9725115.

HSL color Cylindrical-coordinate representation of color #BB6494: hue angle of 326.9º degrees, saturation: 0.39, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BB6494 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 148 -
CMYK 0 0.47 0.21 0.27
HSL 326.9º 0.39% 0.56% -
HSV(B) 326.9º 0.47% 0.73% -
XYZ 30.4 21.82 30.63 -
YUV 131.49 137.32 167.6 -
System Red Green Blue C M Y K H S L
Decimal 187 100 148 0 0.47 0.21 0.27 326.9 0.39 0.56
Hex BB 64 94 0 2F 15 1B 147 27 38
Octal 273 144 224 0 57 25 33 507 47 70
Binary 10111011 1100100 10010100 0 101111 10101 11011 101000111 100111 111000

Color Harmonies of #BB6494

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6494

Black with #BB6494

Text Example


Text Example

White with #BB6494

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6494; }

 p { color: rgb(187,100,148); }

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

background-color css

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

 a { background-color: rgb(187,100,148); }

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

border-color css

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

 span { border-color: rgb(187,100,148); }

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