Html Css Color HEX #BB4A8F Mulberry

📋 copy color: '#BB4A8F'

red 187 ◦ green 74 ◦ blue 143

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

Shades of Mulberry #BB4A8F

Tints of Mulberry #BB4A8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 46.29%
G = 18.32%
B = 35.4%

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

#BB4A8F (or 0xBB4A8F) is known color: Mulberry. HEX triplet: BB, 4A and 8F. RGB value is (187,74,143). Sum of RGB (Red+Green+Blue) = 187+74+143=404 (53% of max value = 765). Red value is 187 (73.44% from 255 or 46.29% from 404); Green value is 74 (29.30% from 255 or 18.32% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 187 - color contains mainly: red. Hex color #BB4A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BB4A8F is #44B570. Grayscale: #737373. Windows color (decimal): -4502897 or 9390779. OLE color: 9390779.

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

Color convert

RGB 187 74 143 -
CMYK 0 0.60 0.24 0.27
HSL 323.36º 0.45% 0.51% -
HSV(B) 323.36º 0.6% 0.73% -
XYZ 27.9 17.45 27.88 -
YUV 115.65 143.44 178.89 -
System Red Green Blue C M Y K H S L
Decimal 187 74 143 0 0.60 0.24 0.27 323.36 0.45 0.51
Hex BB 4A 8F 0 3C 18 1B 143 2D 33
Octal 273 112 217 0 74 30 33 503 55 63
Binary 10111011 1001010 10001111 0 111100 11000 11011 101000011 101101 110011

Color Harmonies of #BB4A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB4A8F

Black with #BB4A8F

Text Example


Text Example

White with #BB4A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB4A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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