Html Css Color HEX #BB4B8D Mulberry

📋 copy color: '#BB4B8D'

red 187 ◦ green 75 ◦ blue 141

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

Shades of Mulberry #BB4B8D

Tints of Mulberry #BB4B8D

RGB

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

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

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

R = 46.4%
G = 18.61%
B = 34.99%

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

#BB4B8D (or 0xBB4B8D) is known color: Mulberry. HEX triplet: BB, 4B and 8D. RGB value is (187,75,141). Sum of RGB (Red+Green+Blue) = 187+75+141=403 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.40% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B8D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4B8D is #44B472. Grayscale: #737373. Windows color (decimal): -4502643 or 9259963. OLE color: 9259963.

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

Color convert

RGB 187 75 141 -
CMYK 0 0.60 0.25 0.27
HSL 324.64º 0.45% 0.51% -
HSV(B) 324.64º 0.6% 0.73% -
XYZ 27.82 17.52 27.11 -
YUV 116.01 142.11 178.63 -
System Red Green Blue C M Y K H S L
Decimal 187 75 141 0 0.60 0.25 0.27 324.64 0.45 0.51
Hex BB 4B 8D 0 3C 19 1B 145 2D 33
Octal 273 113 215 0 74 31 33 505 55 63
Binary 10111011 1001011 10001101 0 111100 11001 11011 101000101 101101 110011

Color Harmonies of #BB4B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B8D

Black with #BB4B8D

Text Example


Text Example

White with #BB4B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B8D; }

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

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

background-color css

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

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

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

border-color css

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

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

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