Html Css Color HEX #BD5395 Mulberry

📋 copy color: '#BD5395'

red 189 ◦ green 83 ◦ blue 149

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

Shades of Mulberry #BD5395

Tints of Mulberry #BD5395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 35.39%

R = 44.89%
G = 19.71%
B = 35.39%

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

#BD5395 (or 0xBD5395) is known color: Mulberry. HEX triplet: BD, 53 and 95. RGB value is (189,83,149). Sum of RGB (Red+Green+Blue) = 189+83+149=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 83 (32.81% from 255 or 19.71% from 421); Blue value is 149 (58.59% from 255 or 35.39% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5395 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5395 is #42AC6A. Grayscale: #7A7A7A. Windows color (decimal): -4369515 or 9786301. OLE color: 9786301.

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

Color convert

RGB 189 83 149 -
CMYK 0 0.56 0.21 0.26
HSL 322.64º 0.45% 0.53% -
HSV(B) 322.64º 0.56% 0.74% -
XYZ 29.5 19.18 30.58 -
YUV 122.22 143.12 175.63 -
System Red Green Blue C M Y K H S L
Decimal 189 83 149 0 0.56 0.21 0.26 322.64 0.45 0.53
Hex BD 53 95 0 38 15 1A 143 2D 35
Octal 275 123 225 0 70 25 32 503 55 65
Binary 10111101 1010011 10010101 0 111000 10101 11010 101000011 101101 110101

Color Harmonies of #BD5395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5395

Black with #BD5395

Text Example


Text Example

White with #BD5395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5395; }

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

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

background-color css

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

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

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

border-color css

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

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

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