Html Css Color HEX #BB4A8D Mulberry

📋 copy color: '#BB4A8D'

red 187 ◦ green 74 ◦ blue 141

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

Shades of Mulberry #BB4A8D

Tints of Mulberry #BB4A8D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 35.07%

R = 46.52%
G = 18.41%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.25

 K value IS 0.27

RGB Variations

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

Color information

#BB4A8D (or 0xBB4A8D) is known color: Mulberry. HEX triplet: BB, 4A and 8D. RGB value is (187,74,141). Sum of RGB (Red+Green+Blue) = 187+74+141=402 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.52% from 402); Green value is 74 (29.30% from 255 or 18.41% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A8D is #44B572. Grayscale: #737373. Windows color (decimal): -4502899 or 9259707. OLE color: 9259707.

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

Color convert

RGB 187 74 141 -
CMYK 0 0.60 0.25 0.27
HSL 324.42º 0.45% 0.51% -
HSV(B) 324.42º 0.6% 0.73% -
XYZ 27.75 17.39 27.09 -
YUV 115.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 187 74 141 0 0.60 0.25 0.27 324.42 0.45 0.51
Hex BB 4A 8D 0 3C 19 1B 144 2D 33
Octal 273 112 215 0 74 31 33 504 55 63
Binary 10111011 1001010 10001101 0 111100 11001 11011 101000100 101101 110011

Color Harmonies of #BB4A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A8D

Black with #BB4A8D

Text Example


Text Example

White with #BB4A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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