Html Css Color HEX #BB4A8E Mulberry

📋 copy color: '#BB4A8E'

red 187 ◦ green 74 ◦ blue 142

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

Shades of Mulberry #BB4A8E

Tints of Mulberry #BB4A8E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.36%

 BLUE value IS 142 (55.86% from 255) = 35.24%

R = 46.4%
G = 18.36%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB4A8E (or 0xBB4A8E) is known color: Mulberry. HEX triplet: BB, 4A and 8E. RGB value is (187,74,142). Sum of RGB (Red+Green+Blue) = 187+74+142=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 74 (29.30% from 255 or 18.36% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A8E is #44B571. Grayscale: #737373. Windows color (decimal): -4502898 or 9325243. OLE color: 9325243.

HSL color Cylindrical-coordinate representation of color #BB4A8E: hue angle of 323.89º 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 #BB4A8E is Cyan = 0, Magento = 0.60, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 74 142 -
CMYK 0 0.60 0.24 0.27
HSL 323.89º 0.45% 0.51% -
HSV(B) 323.89º 0.6% 0.73% -
XYZ 27.82 17.42 27.49 -
YUV 115.54 142.94 178.97 -
System Red Green Blue C M Y K H S L
Decimal 187 74 142 0 0.60 0.24 0.27 323.89 0.45 0.51
Hex BB 4A 8E 0 3C 18 1B 144 2D 33
Octal 273 112 216 0 74 30 33 504 55 63
Binary 10111011 1001010 10001110 0 111100 11000 11011 101000100 101101 110011

Color Harmonies of #BB4A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A8E

Black with #BB4A8E

Text Example


Text Example

White with #BB4A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A8E; }

 p { color: rgb(187,74,142); }

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

background-color css

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

 a { background-color: rgb(187,74,142); }

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

border-color css

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

 span { border-color: rgb(187,74,142); }

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