Html Css Color HEX #BB4B82 Mulberry

📋 copy color: '#BB4B82'

red 187 ◦ green 75 ◦ blue 130

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

Shades of Mulberry #BB4B82

Tints of Mulberry #BB4B82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 33.16%

R = 47.7%
G = 19.13%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.30

 K value IS 0.27

RGB Variations

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

Color information

#BB4B82 (or 0xBB4B82) is known color: Mulberry. HEX triplet: BB, 4B and 82. RGB value is (187,75,130). Sum of RGB (Red+Green+Blue) = 187+75+130=392 (51% of max value = 765). Red value is 187 (73.44% from 255 or 47.70% from 392); Green value is 75 (29.69% from 255 or 19.13% from 392); Blue value is 130 (51.17% from 255 or 33.16% from 392); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4B82 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4B82 is #44B47D. Grayscale: #727272. Windows color (decimal): -4502654 or 8539067. OLE color: 8539067.

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

Color convert

RGB 187 75 130 -
CMYK 0 0.60 0.30 0.27
HSL 330.54º 0.45% 0.51% -
HSV(B) 330.54º 0.6% 0.73% -
XYZ 27.04 17.21 23.02 -
YUV 114.76 136.61 179.53 -
System Red Green Blue C M Y K H S L
Decimal 187 75 130 0 0.60 0.30 0.27 330.54 0.45 0.51
Hex BB 4B 82 0 3C 1E 1B 14B 2D 33
Octal 273 113 202 0 74 36 33 513 55 63
Binary 10111011 1001011 10000010 0 111100 11110 11011 101001011 101101 110011

Color Harmonies of #BB4B82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4B82

Black with #BB4B82

Text Example


Text Example

White with #BB4B82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4B82; }

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

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

background-color css

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

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

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

border-color css

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

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

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