Html Css Color HEX #BB609B Mulberry

📋 copy color: '#BB609B'

red 187 ◦ green 96 ◦ blue 155

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

Shades of Mulberry #BB609B

Tints of Mulberry #BB609B

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.92%

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 42.69%
G = 21.92%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB609B (or 0xBB609B) is known color: Mulberry. HEX triplet: BB, 60 and 9B. RGB value is (187,96,155). Sum of RGB (Red+Green+Blue) = 187+96+155=438 (58% of max value = 765). Red value is 187 (73.44% from 255 or 42.69% from 438); Green value is 96 (37.89% from 255 or 21.92% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 187 - color contains mainly: red. Hex color #BB609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB609B is #449F64. Grayscale: #818181. Windows color (decimal): -4497253 or 10182843. OLE color: 10182843.

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

Color convert

RGB 187 96 155 -
CMYK 0 0.49 0.17 0.27
HSL 321.1º 0.4% 0.55% -
HSV(B) 321.1º 0.49% 0.73% -
XYZ 30.59 21.3 33.51 -
YUV 129.94 142.15 168.7 -
System Red Green Blue C M Y K H S L
Decimal 187 96 155 0 0.49 0.17 0.27 321.1 0.4 0.55
Hex BB 60 9B 0 31 11 1B 141 28 37
Octal 273 140 233 0 61 21 33 501 50 67
Binary 10111011 1100000 10011011 0 110001 10001 11011 101000001 101000 110111

Color Harmonies of #BB609B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB609B

Black with #BB609B

Text Example


Text Example

White with #BB609B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB609B; }

 p { color: rgb(187,96,155); }

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

background-color css

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

 a { background-color: rgb(187,96,155); }

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

border-color css

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

 span { border-color: rgb(187,96,155); }

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