Html Css Color HEX #BC539D Mulberry

📋 copy color: '#BC539D'

red 188 ◦ green 83 ◦ blue 157

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

Shades of Mulberry #BC539D

Tints of Mulberry #BC539D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.68%

R = 43.93%
G = 19.39%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BC539D (or 0xBC539D) is known color: Mulberry. HEX triplet: BC, 53 and 9D. RGB value is (188,83,157). Sum of RGB (Red+Green+Blue) = 188+83+157=428 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.93% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 188 - color contains mainly: red. Hex color #BC539D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC539D is #43AC62. Grayscale: #7A7A7A. Windows color (decimal): -4435043 or 10310588. OLE color: 10310588.

HSL color Cylindrical-coordinate representation of color #BC539D: hue angle of 317.71º 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 #BC539D is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 83 157 -
CMYK 0 0.56 0.16 0.26
HSL 317.71º 0.44% 0.53% -
HSV(B) 317.71º 0.56% 0.74% -
XYZ 29.92 19.31 34.05 -
YUV 122.83 147.29 174.48 -
System Red Green Blue C M Y K H S L
Decimal 188 83 157 0 0.56 0.16 0.26 317.71 0.44 0.53
Hex BC 53 9D 0 38 10 1A 13E 2C 35
Octal 274 123 235 0 70 20 32 476 54 65
Binary 10111100 1010011 10011101 0 111000 10000 11010 100111110 101100 110101

Color Harmonies of #BC539D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC539D

Black with #BC539D

Text Example


Text Example

White with #BC539D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC539D; }

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

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

background-color css

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

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

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

border-color css

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

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

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