Html Css Color HEX #BB6493 Hopbush

📋 copy color: '#BB6493'

red 187 ◦ green 100 ◦ blue 147

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

Shades of Hopbush #BB6493

Tints of Hopbush #BB6493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 33.87%

R = 43.09%
G = 23.04%
B = 33.87%

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

#BB6493 (or 0xBB6493) is known color: Hopbush. HEX triplet: BB, 64 and 93. RGB value is (187,100,147). Sum of RGB (Red+Green+Blue) = 187+100+147=434 (57% of max value = 765). Red value is 187 (73.44% from 255 or 43.09% from 434); Green value is 100 (39.45% from 255 or 23.04% from 434); Blue value is 147 (57.81% from 255 or 33.87% from 434); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6493 is #449B6C. Grayscale: #838383. Windows color (decimal): -4496237 or 9659579. OLE color: 9659579.

HSL color Cylindrical-coordinate representation of color #BB6493: hue angle of 327.59º 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 #BB6493 is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 100 147 -
CMYK 0 0.47 0.21 0.27
HSL 327.59º 0.39% 0.56% -
HSV(B) 327.59º 0.47% 0.73% -
XYZ 30.32 21.79 30.21 -
YUV 131.37 136.82 167.68 -
System Red Green Blue C M Y K H S L
Decimal 187 100 147 0 0.47 0.21 0.27 327.59 0.39 0.56
Hex BB 64 93 0 2F 15 1B 148 27 38
Octal 273 144 223 0 57 25 33 510 47 70
Binary 10111011 1100100 10010011 0 101111 10101 11011 101001000 100111 111000

Color Harmonies of #BB6493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6493

Black with #BB6493

Text Example


Text Example

White with #BB6493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6493; }

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

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

background-color css

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

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

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

border-color css

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

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

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