Html Css Color HEX #BB4893 Mulberry

📋 copy color: '#BB4893'

red 187 ◦ green 72 ◦ blue 147

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

Shades of Mulberry #BB4893

Tints of Mulberry #BB4893

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.73%

 BLUE value IS 147 (57.81% from 255) = 36.21%

R = 46.06%
G = 17.73%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#BB4893 (or 0xBB4893) is known color: Mulberry. HEX triplet: BB, 48 and 93. RGB value is (187,72,147). Sum of RGB (Red+Green+Blue) = 187+72+147=406 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.06% from 406); Green value is 72 (28.52% from 255 or 17.73% from 406); Blue value is 147 (57.81% from 255 or 36.21% from 406); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4893 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4893 is #44B76C. Grayscale: #727272. Windows color (decimal): -4503405 or 9652411. OLE color: 9652411.

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

Color convert

RGB 187 72 147 -
CMYK 0 0.61 0.21 0.27
HSL 320.87º 0.46% 0.51% -
HSV(B) 320.87º 0.61% 0.73% -
XYZ 28.08 17.31 29.46 -
YUV 114.94 146.1 179.4 -
System Red Green Blue C M Y K H S L
Decimal 187 72 147 0 0.61 0.21 0.27 320.87 0.46 0.51
Hex BB 48 93 0 3D 15 1B 141 2E 33
Octal 273 110 223 0 75 25 33 501 56 63
Binary 10111011 1001000 10010011 0 111101 10101 11011 101000001 101110 110011

Color Harmonies of #BB4893

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4893

Black with #BB4893

Text Example


Text Example

White with #BB4893

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4893; }

 p { color: rgb(187,72,147); }

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

background-color css

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

 a { background-color: rgb(187,72,147); }

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

border-color css

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

 span { border-color: rgb(187,72,147); }

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