Html Css Color HEX #BB6699 Hopbush

📋 copy color: '#BB6699'

red 187 ◦ green 102 ◦ blue 153

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

Shades of Hopbush #BB6699

Tints of Hopbush #BB6699

RGB

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

 GREEN value IS 102 (40.23% from 255) = 23.08%

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

R = 42.31%
G = 23.08%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#BB6699 (or 0xBB6699) is known color: Hopbush. HEX triplet: BB, 66 and 99. RGB value is (187,102,153). Sum of RGB (Red+Green+Blue) = 187+102+153=442 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.31% from 442); Green value is 102 (40.23% from 255 or 23.08% from 442); Blue value is 153 (60.16% from 255 or 34.62% from 442); Max value from RGB is 187 - color contains mainly: red. Hex color #BB6699 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB6699 is #449966. Grayscale: #858585. Windows color (decimal): -4495719 or 10053307. OLE color: 10053307.

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

Color convert

RGB 187 102 153 -
CMYK 0 0.45 0.18 0.27
HSL 324º 0.38% 0.57% -
HSV(B) 324º 0.45% 0.73% -
XYZ 30.99 22.37 32.82 -
YUV 133.23 139.16 166.35 -
System Red Green Blue C M Y K H S L
Decimal 187 102 153 0 0.45 0.18 0.27 324 0.38 0.57
Hex BB 66 99 0 2D 12 1B 144 26 39
Octal 273 146 231 0 55 22 33 504 46 71
Binary 10111011 1100110 10011001 0 101101 10010 11011 101000100 100110 111001

Color Harmonies of #BB6699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB6699

Black with #BB6699

Text Example


Text Example

White with #BB6699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB6699; }

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

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

background-color css

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

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

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

border-color css

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

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

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