Html Css Color HEX #BD539E Mulberry

📋 copy color: '#BD539E'

red 189 ◦ green 83 ◦ blue 158

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

Shades of Mulberry #BD539E

Tints of Mulberry #BD539E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 36.74%

R = 43.95%
G = 19.3%
B = 36.74%

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

#BD539E (or 0xBD539E) is known color: Mulberry. HEX triplet: BD, 53 and 9E. RGB value is (189,83,158). Sum of RGB (Red+Green+Blue) = 189+83+158=430 (56% of max value = 765). Red value is 189 (74.22% from 255 or 43.95% from 430); Green value is 83 (32.81% from 255 or 19.30% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 189 - color contains mainly: red. Hex color #BD539E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD539E is #42AC61. Grayscale: #7B7B7B. Windows color (decimal): -4369506 or 10376125. OLE color: 10376125.

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

Color convert

RGB 189 83 158 -
CMYK 0 0.56 0.16 0.26
HSL 317.55º 0.45% 0.53% -
HSV(B) 317.55º 0.56% 0.74% -
XYZ 30.25 19.47 34.51 -
YUV 123.24 147.62 174.9 -
System Red Green Blue C M Y K H S L
Decimal 189 83 158 0 0.56 0.16 0.26 317.55 0.45 0.53
Hex BD 53 9E 0 38 10 1A 13E 2D 35
Octal 275 123 236 0 70 20 32 476 55 65
Binary 10111101 1010011 10011110 0 111000 10000 11010 100111110 101101 110101

Color Harmonies of #BD539E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD539E

Black with #BD539E

Text Example


Text Example

White with #BD539E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD539E; }

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

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

background-color css

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

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

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

border-color css

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

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

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