Html Css Color HEX #BB538F Mulberry

📋 copy color: '#BB538F'

red 187 ◦ green 83 ◦ blue 143

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

Shades of Mulberry #BB538F

Tints of Mulberry #BB538F

RGB

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

 GREEN value IS 83 (32.81% from 255) = 20.1%

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

R = 45.28%
G = 20.1%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#BB538F (or 0xBB538F) is known color: Mulberry. HEX triplet: BB, 53 and 8F. RGB value is (187,83,143). Sum of RGB (Red+Green+Blue) = 187+83+143=413 (54% of max value = 765). Red value is 187 (73.44% from 255 or 45.28% from 413); Green value is 83 (32.81% from 255 or 20.10% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 187 - color contains mainly: red. Hex color #BB538F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BB538F is #44AC70. Grayscale: #787878. Windows color (decimal): -4500593 or 9393083. OLE color: 9393083.

HSL color Cylindrical-coordinate representation of color #BB538F: hue angle of 325.38º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BB538F is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 83 143 -
CMYK 0 0.56 0.24 0.27
HSL 325.38º 0.43% 0.53% -
HSV(B) 325.38º 0.56% 0.73% -
XYZ 28.54 18.73 28.1 -
YUV 120.94 140.46 175.12 -
System Red Green Blue C M Y K H S L
Decimal 187 83 143 0 0.56 0.24 0.27 325.38 0.43 0.53
Hex BB 53 8F 0 38 18 1B 145 2B 35
Octal 273 123 217 0 70 30 33 505 53 65
Binary 10111011 1010011 10001111 0 111000 11000 11011 101000101 101011 110101

Color Harmonies of #BB538F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB538F

Black with #BB538F

Text Example


Text Example

White with #BB538F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB538F; }

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

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

background-color css

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

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

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

border-color css

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

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

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