Html Css Color HEX #BD5199 Mulberry

📋 copy color: '#BD5199'

red 189 ◦ green 81 ◦ blue 153

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

Shades of Mulberry #BD5199

Tints of Mulberry #BD5199

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.15%

 BLUE value IS 153 (60.16% from 255) = 36.17%

R = 44.68%
G = 19.15%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD5199 (or 0xBD5199) is known color: Mulberry. HEX triplet: BD, 51 and 99. RGB value is (189,81,153). Sum of RGB (Red+Green+Blue) = 189+81+153=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 81 (32.03% from 255 or 19.15% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5199 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5199 is #42AE66. Grayscale: #797979. Windows color (decimal): -4370023 or 10047933. OLE color: 10047933.

HSL color Cylindrical-coordinate representation of color #BD5199: hue angle of 320º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5199 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 81 153 -
CMYK 0 0.57 0.19 0.26
HSL 320º 0.45% 0.53% -
HSV(B) 320º 0.57% 0.74% -
XYZ 29.68 19 32.24 -
YUV 121.5 145.78 176.15 -
System Red Green Blue C M Y K H S L
Decimal 189 81 153 0 0.57 0.19 0.26 320 0.45 0.53
Hex BD 51 99 0 39 13 1A 140 2D 35
Octal 275 121 231 0 71 23 32 500 55 65
Binary 10111101 1010001 10011001 0 111001 10011 11010 101000000 101101 110101

Color Harmonies of #BD5199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5199

Black with #BD5199

Text Example


Text Example

White with #BD5199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5199; }

 p { color: rgb(189,81,153); }

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

background-color css

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

 a { background-color: rgb(189,81,153); }

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

border-color css

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

 span { border-color: rgb(189,81,153); }

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