Html Css Color HEX #BB6299 Hopbush

📋 copy color: '#BB6299'

red 187 ◦ green 98 ◦ blue 153

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

Shades of Hopbush #BB6299

Tints of Hopbush #BB6299

RGB

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

 GREEN value IS 98 (38.67% from 255) = 22.37%

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

R = 42.69%
G = 22.37%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB6299 (or 0xBB6299) is known color: Hopbush. HEX triplet: BB, 62 and 99. RGB value is (187,98,153). Sum of RGB (Red+Green+Blue) = 187+98+153=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 98 (38.67% from 255 or 22.37% from 438); Blue value is 153 (60.16% from 255 or 34.93% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6299 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6299 is #449D66. Grayscale: #828282. Windows color (decimal): -4496743 or 10052283. OLE color: 10052283.

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

Color convert

RGB 187 98 153 -
CMYK 0 0.48 0.18 0.27
HSL 322.92º 0.4% 0.56% -
HSV(B) 322.92º 0.48% 0.73% -
XYZ 30.61 21.6 32.69 -
YUV 130.88 140.49 168.03 -
System Red Green Blue C M Y K H S L
Decimal 187 98 153 0 0.48 0.18 0.27 322.92 0.4 0.56
Hex BB 62 99 0 30 12 1B 143 28 38
Octal 273 142 231 0 60 22 33 503 50 70
Binary 10111011 1100010 10011001 0 110000 10010 11011 101000011 101000 111000

Color Harmonies of #BB6299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6299

Black with #BB6299

Text Example


Text Example

White with #BB6299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6299; }

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

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

background-color css

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

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

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

border-color css

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

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

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