Html Css Color HEX #BD509D Mulberry

📋 copy color: '#BD509D'

red 189 ◦ green 80 ◦ blue 157

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

Shades of Mulberry #BD509D

Tints of Mulberry #BD509D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 36.85%

R = 44.37%
G = 18.78%
B = 36.85%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD509D (or 0xBD509D) is known color: Mulberry. HEX triplet: BD, 50 and 9D. RGB value is (189,80,157). Sum of RGB (Red+Green+Blue) = 189+80+157=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 80 (31.64% from 255 or 18.78% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD509D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD509D is #42AF62. Grayscale: #797979. Windows color (decimal): -4370275 or 10309821. OLE color: 10309821.

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

Color convert

RGB 189 80 157 -
CMYK 0 0.58 0.17 0.26
HSL 317.61º 0.45% 0.53% -
HSV(B) 317.61º 0.58% 0.74% -
XYZ 29.94 18.99 33.99 -
YUV 121.37 148.11 176.24 -
System Red Green Blue C M Y K H S L
Decimal 189 80 157 0 0.58 0.17 0.26 317.61 0.45 0.53
Hex BD 50 9D 0 3A 11 1A 13E 2D 35
Octal 275 120 235 0 72 21 32 476 55 65
Binary 10111101 1010000 10011101 0 111010 10001 11010 100111110 101101 110101

Color Harmonies of #BD509D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD509D

Black with #BD509D

Text Example


Text Example

White with #BD509D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD509D; }

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

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

background-color css

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

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

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

border-color css

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

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

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