Html Css Color HEX #BB4B9B Mulberry

📋 copy color: '#BB4B9B'

red 187 ◦ green 75 ◦ blue 155

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

Shades of Mulberry #BB4B9B

Tints of Mulberry #BB4B9B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.99%

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

R = 44.84%
G = 17.99%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB4B9B (or 0xBB4B9B) is known color: Mulberry. HEX triplet: BB, 4B and 9B. RGB value is (187,75,155). Sum of RGB (Red+Green+Blue) = 187+75+155=417 (55% of max value = 765). Red value is 187 (73.44% from 255 or 44.84% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B9B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4B9B is #44B464. Grayscale: #757575. Windows color (decimal): -4502629 or 10177467. OLE color: 10177467.

HSL color Cylindrical-coordinate representation of color #BB4B9B: hue angle of 317.14º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #BB4B9B is Cyan = 0, Magento = 0.60, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 75 155 -
CMYK 0 0.60 0.17 0.27
HSL 317.14º 0.45% 0.51% -
HSV(B) 317.14º 0.6% 0.73% -
XYZ 28.93 17.96 32.95 -
YUV 117.61 149.11 177.5 -
System Red Green Blue C M Y K H S L
Decimal 187 75 155 0 0.60 0.17 0.27 317.14 0.45 0.51
Hex BB 4B 9B 0 3C 11 1B 13D 2D 33
Octal 273 113 233 0 74 21 33 475 55 63
Binary 10111011 1001011 10011011 0 111100 10001 11011 100111101 101101 110011

Color Harmonies of #BB4B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B9B

Black with #BB4B9B

Text Example


Text Example

White with #BB4B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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