Html Css Color HEX #BD5099 Mulberry

📋 copy color: '#BD5099'

red 189 ◦ green 80 ◦ blue 153

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

Shades of Mulberry #BD5099

Tints of Mulberry #BD5099

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.96%

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

R = 44.79%
G = 18.96%
B = 36.26%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD5099 (or 0xBD5099) is known color: Mulberry. HEX triplet: BD, 50 and 99. RGB value is (189,80,153). Sum of RGB (Red+Green+Blue) = 189+80+153=422 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.79% from 422); Green value is 80 (31.64% from 255 or 18.96% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5099 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5099 is #42AF66. Grayscale: #787878. Windows color (decimal): -4370279 or 10047677. OLE color: 10047677.

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

Color convert

RGB 189 80 153 -
CMYK 0 0.58 0.19 0.26
HSL 319.82º 0.45% 0.53% -
HSV(B) 319.82º 0.58% 0.74% -
XYZ 29.6 18.86 32.22 -
YUV 120.91 146.11 176.56 -
System Red Green Blue C M Y K H S L
Decimal 189 80 153 0 0.58 0.19 0.26 319.82 0.45 0.53
Hex BD 50 99 0 3A 13 1A 140 2D 35
Octal 275 120 231 0 72 23 32 500 55 65
Binary 10111101 1010000 10011001 0 111010 10011 11010 101000000 101101 110101

Color Harmonies of #BD5099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5099

Black with #BD5099

Text Example


Text Example

White with #BD5099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5099; }

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

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

background-color css

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

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

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

border-color css

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

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

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