Html Css Color HEX #BB6599 Hopbush

📋 copy color: '#BB6599'

red 187 ◦ green 101 ◦ blue 153

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

Shades of Hopbush #BB6599

Tints of Hopbush #BB6599

RGB

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

 GREEN value IS 101 (39.84% from 255) = 22.9%

 BLUE value IS 153 (60.16% from 255) = 34.69%

R = 42.4%
G = 22.9%
B = 34.69%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB6599 (or 0xBB6599) is known color: Hopbush. HEX triplet: BB, 65 and 99. RGB value is (187,101,153). Sum of RGB (Red+Green+Blue) = 187+101+153=441 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.40% from 441); Green value is 101 (39.84% from 255 or 22.90% from 441); Blue value is 153 (60.16% from 255 or 34.69% from 441); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6599 is #449A66. Grayscale: #848484. Windows color (decimal): -4495975 or 10053051. OLE color: 10053051.

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

Color convert

RGB 187 101 153 -
CMYK 0 0.46 0.18 0.27
HSL 323.72º 0.39% 0.56% -
HSV(B) 323.72º 0.46% 0.73% -
XYZ 30.9 22.17 32.79 -
YUV 132.64 139.49 166.77 -
System Red Green Blue C M Y K H S L
Decimal 187 101 153 0 0.46 0.18 0.27 323.72 0.39 0.56
Hex BB 65 99 0 2E 12 1B 144 27 38
Octal 273 145 231 0 56 22 33 504 47 70
Binary 10111011 1100101 10011001 0 101110 10010 11011 101000100 100111 111000

Color Harmonies of #BB6599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6599

Black with #BB6599

Text Example


Text Example

White with #BB6599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6599; }

 p { color: rgb(187,101,153); }

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

background-color css

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

 a { background-color: rgb(187,101,153); }

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

border-color css

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

 span { border-color: rgb(187,101,153); }

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