Html Css Color HEX #BB449B Mulberry

📋 copy color: '#BB449B'

red 187 ◦ green 68 ◦ blue 155

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

Shades of Mulberry #BB449B

Tints of Mulberry #BB449B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.59%

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

R = 45.61%
G = 16.59%
B = 37.8%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#BB449B (or 0xBB449B) is known color: Mulberry. HEX triplet: BB, 44 and 9B. RGB value is (187,68,155). Sum of RGB (Red+Green+Blue) = 187+68+155=410 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.61% from 410); Green value is 68 (26.95% from 255 or 16.59% from 410); Blue value is 155 (60.94% from 255 or 37.80% from 410); Max value from RGB is 187 - color contains mainly: red. Hex color #BB449B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB449B is #44BB64. Grayscale: #717171. Windows color (decimal): -4504421 or 10175675. OLE color: 10175675.

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

Color convert

RGB 187 68 155 -
CMYK 0 0.64 0.17 0.27
HSL 316.13º 0.47% 0.5% -
HSV(B) 316.13º 0.64% 0.73% -
XYZ 28.48 17.07 32.8 -
YUV 113.5 151.42 180.43 -
System Red Green Blue C M Y K H S L
Decimal 187 68 155 0 0.64 0.17 0.27 316.13 0.47 0.5
Hex BB 44 9B 0 40 11 1B 13C 2F 32
Octal 273 104 233 0 100 21 33 474 57 62
Binary 10111011 1000100 10011011 0 1000000 10001 11011 100111100 101111 110010

Color Harmonies of #BB449B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB449B

Black with #BB449B

Text Example


Text Example

White with #BB449B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB449B; }

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

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

background-color css

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

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

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

border-color css

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

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

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