Html Css Color HEX #BB4990 Mulberry

📋 copy color: '#BB4990'

red 187 ◦ green 73 ◦ blue 144

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

Shades of Mulberry #BB4990

Tints of Mulberry #BB4990

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.07%

 BLUE value IS 144 (56.64% from 255) = 35.64%

R = 46.29%
G = 18.07%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.23

 K value IS 0.27

RGB Variations

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

Color information

#BB4990 (or 0xBB4990) is known color: Mulberry. HEX triplet: BB, 49 and 90. RGB value is (187,73,144). Sum of RGB (Red+Green+Blue) = 187+73+144=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4990 is #44B66F. Grayscale: #737373. Windows color (decimal): -4503152 or 9456059. OLE color: 9456059.

HSL color Cylindrical-coordinate representation of color #BB4990: hue angle of 322.63º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BB4990 is Cyan = 0, Magento = 0.61, Yellow = 0.23 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 73 144 -
CMYK 0 0.61 0.23 0.27
HSL 322.63º 0.46% 0.51% -
HSV(B) 322.63º 0.61% 0.73% -
XYZ 27.91 17.34 28.26 -
YUV 115.18 144.27 179.23 -
System Red Green Blue C M Y K H S L
Decimal 187 73 144 0 0.61 0.23 0.27 322.63 0.46 0.51
Hex BB 49 90 0 3D 17 1B 143 2E 33
Octal 273 111 220 0 75 27 33 503 56 63
Binary 10111011 1001001 10010000 0 111101 10111 11011 101000011 101110 110011

Color Harmonies of #BB4990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4990

Black with #BB4990

Text Example


Text Example

White with #BB4990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4990; }

 p { color: rgb(187,73,144); }

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

background-color css

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

 a { background-color: rgb(187,73,144); }

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

border-color css

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

 span { border-color: rgb(187,73,144); }

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