Html Css Color HEX #BD5396 Mulberry

📋 copy color: '#BD5396'

red 189 ◦ green 83 ◦ blue 150

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

Shades of Mulberry #BD5396

Tints of Mulberry #BD5396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.55%

R = 44.79%
G = 19.67%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD5396 (or 0xBD5396) is known color: Mulberry. HEX triplet: BD, 53 and 96. RGB value is (189,83,150). Sum of RGB (Red+Green+Blue) = 189+83+150=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 83 (32.81% from 255 or 19.67% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5396 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5396 is #42AC69. Grayscale: #7A7A7A. Windows color (decimal): -4369514 or 9851837. OLE color: 9851837.

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

Color convert

RGB 189 83 150 -
CMYK 0 0.56 0.21 0.26
HSL 322.08º 0.45% 0.53% -
HSV(B) 322.08º 0.56% 0.74% -
XYZ 29.58 19.21 31 -
YUV 122.33 143.62 175.55 -
System Red Green Blue C M Y K H S L
Decimal 189 83 150 0 0.56 0.21 0.26 322.08 0.45 0.53
Hex BD 53 96 0 38 15 1A 142 2D 35
Octal 275 123 226 0 70 25 32 502 55 65
Binary 10111101 1010011 10010110 0 111000 10101 11010 101000010 101101 110101

Color Harmonies of #BD5396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5396

Black with #BD5396

Text Example


Text Example

White with #BD5396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5396; }

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

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

background-color css

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

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

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

border-color css

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

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

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