Html Css Color HEX #BD539C Mulberry

📋 copy color: '#BD539C'

red 189 ◦ green 83 ◦ blue 156

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

Shades of Mulberry #BD539C

Tints of Mulberry #BD539C

RGB

 RED value IS 189 (74.22% from 255) = 44.16%

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

 BLUE value IS 156 (61.33% from 255) = 36.45%

R = 44.16%
G = 19.39%
B = 36.45%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD539C (or 0xBD539C) is known color: Mulberry. HEX triplet: BD, 53 and 9C. RGB value is (189,83,156). Sum of RGB (Red+Green+Blue) = 189+83+156=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 83 (32.81% from 255 or 19.39% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD539C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD539C is #42AC63. Grayscale: #7A7A7A. Windows color (decimal): -4369508 or 10245053. OLE color: 10245053.

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

Color convert

RGB 189 83 156 -
CMYK 0 0.56 0.17 0.26
HSL 318.68º 0.45% 0.53% -
HSV(B) 318.68º 0.56% 0.74% -
XYZ 30.08 19.41 33.61 -
YUV 123.02 146.62 175.06 -
System Red Green Blue C M Y K H S L
Decimal 189 83 156 0 0.56 0.17 0.26 318.68 0.45 0.53
Hex BD 53 9C 0 38 11 1A 13F 2D 35
Octal 275 123 234 0 70 21 32 477 55 65
Binary 10111101 1010011 10011100 0 111000 10001 11010 100111111 101101 110101

Color Harmonies of #BD539C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD539C

Black with #BD539C

Text Example


Text Example

White with #BD539C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD539C; }

 p { color: rgb(189,83,156); }

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

background-color css

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

 a { background-color: rgb(189,83,156); }

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

border-color css

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

 span { border-color: rgb(189,83,156); }

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