Html Css Color HEX #BD508D Mulberry

📋 copy color: '#BD508D'

red 189 ◦ green 80 ◦ blue 141

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

Shades of Mulberry #BD508D

Tints of Mulberry #BD508D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.39%

R = 46.1%
G = 19.51%
B = 34.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BD508D (or 0xBD508D) is known color: Mulberry. HEX triplet: BD, 50 and 8D. RGB value is (189,80,141). Sum of RGB (Red+Green+Blue) = 189+80+141=410 (54% of max value = 765). Red value is 189 (74.22% from 255 or 46.10% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 141 (55.47% from 255 or 34.39% from 410); Max value from RGB is 189 - color contains mainly: red. Hex color #BD508D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD508D is #42AF72. Grayscale: #777777. Windows color (decimal): -4370291 or 9261245. OLE color: 9261245.

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

Color convert

RGB 189 80 141 -
CMYK 0 0.58 0.25 0.26
HSL 326.42º 0.45% 0.53% -
HSV(B) 326.42º 0.58% 0.74% -
XYZ 28.66 18.48 27.26 -
YUV 119.55 140.11 177.54 -
System Red Green Blue C M Y K H S L
Decimal 189 80 141 0 0.58 0.25 0.26 326.42 0.45 0.53
Hex BD 50 8D 0 3A 19 1A 146 2D 35
Octal 275 120 215 0 72 31 32 506 55 65
Binary 10111101 1010000 10001101 0 111010 11001 11010 101000110 101101 110101

Color Harmonies of #BD508D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD508D

Black with #BD508D

Text Example


Text Example

White with #BD508D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD508D; }

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

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

background-color css

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

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

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

border-color css

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

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

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