Html Css Color HEX #BC539F Mulberry

📋 copy color: '#BC539F'

red 188 ◦ green 83 ◦ blue 159

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

Shades of Mulberry #BC539F

Tints of Mulberry #BC539F

RGB

 RED value IS 188 (73.83% from 255) = 43.72%

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

 BLUE value IS 159 (62.5% from 255) = 36.98%

R = 43.72%
G = 19.3%
B = 36.98%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC539F (or 0xBC539F) is known color: Mulberry. HEX triplet: BC, 53 and 9F. RGB value is (188,83,159). Sum of RGB (Red+Green+Blue) = 188+83+159=430 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.72% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 159 (62.5% from 255 or 36.98% from 430); Max value from RGB is 188 - color contains mainly: red. Hex color #BC539F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC539F is #43AC60. Grayscale: #7A7A7A. Windows color (decimal): -4435041 or 10441660. OLE color: 10441660.

HSL color Cylindrical-coordinate representation of color #BC539F: hue angle of 316.57º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BC539F is Cyan = 0, Magento = 0.56, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 159 -
CMYK 0 0.56 0.15 0.26
HSL 316.57º 0.44% 0.53% -
HSV(B) 316.57º 0.56% 0.74% -
XYZ 30.09 19.38 34.96 -
YUV 123.06 148.29 174.32 -
System Red Green Blue C M Y K H S L
Decimal 188 83 159 0 0.56 0.15 0.26 316.57 0.44 0.53
Hex BC 53 9F 0 38 F 1A 13D 2C 35
Octal 274 123 237 0 70 17 32 475 54 65
Binary 10111100 1010011 10011111 0 111000 1111 11010 100111101 101100 110101

Color Harmonies of #BC539F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC539F

Black with #BC539F

Text Example


Text Example

White with #BC539F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC539F; }

 p { color: rgb(188,83,159); }

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

background-color css

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

 a { background-color: rgb(188,83,159); }

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

border-color css

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

 span { border-color: rgb(188,83,159); }

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