Html Css Color HEX #BD508E Mulberry

📋 copy color: '#BD508E'

red 189 ◦ green 80 ◦ blue 142

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

Shades of Mulberry #BD508E

Tints of Mulberry #BD508E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 34.55%

R = 45.99%
G = 19.46%
B = 34.55%

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

#BD508E (or 0xBD508E) is known color: Mulberry. HEX triplet: BD, 50 and 8E. RGB value is (189,80,142). Sum of RGB (Red+Green+Blue) = 189+80+142=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 80 (31.64% from 255 or 19.46% from 411); Blue value is 142 (55.86% from 255 or 34.55% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BD508E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD508E is #42AF71. Grayscale: #777777. Windows color (decimal): -4370290 or 9326781. OLE color: 9326781.

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

Color convert

RGB 189 80 142 -
CMYK 0 0.58 0.25 0.26
HSL 325.87º 0.45% 0.53% -
HSV(B) 325.87º 0.58% 0.74% -
XYZ 28.74 18.51 27.65 -
YUV 119.66 140.61 177.46 -
System Red Green Blue C M Y K H S L
Decimal 189 80 142 0 0.58 0.25 0.26 325.87 0.45 0.53
Hex BD 50 8E 0 3A 19 1A 146 2D 35
Octal 275 120 216 0 72 31 32 506 55 65
Binary 10111101 1010000 10001110 0 111010 11001 11010 101000110 101101 110101

Color Harmonies of #BD508E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD508E

Black with #BD508E

Text Example


Text Example

White with #BD508E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD508E; }

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

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

background-color css

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

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

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

border-color css

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

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

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