Html Css Color HEX #BD5DA0 Mulberry

📋 copy color: '#BD5DA0'

red 189 ◦ green 93 ◦ blue 160

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

Shades of Mulberry #BD5DA0

Tints of Mulberry #BD5DA0

RGB

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

 GREEN value IS 93 (36.72% from 255) = 21.04%

 BLUE value IS 160 (62.89% from 255) = 36.2%

R = 42.76%
G = 21.04%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD5DA0 (or 0xBD5DA0) is known color: Mulberry. HEX triplet: BD, 5D and A0. RGB value is (189,93,160). Sum of RGB (Red+Green+Blue) = 189+93+160=442 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.76% from 442); Green value is 93 (36.72% from 255 or 21.04% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5DA0 is #42A25F. Grayscale: #818181. Windows color (decimal): -4366944 or 10509757. OLE color: 10509757.

HSL color Cylindrical-coordinate representation of color #BD5DA0: hue angle of 318.12º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BD5DA0 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 93 160 -
CMYK 0 0.51 0.15 0.26
HSL 318.13º 0.42% 0.55% -
HSV(B) 318.13º 0.51% 0.74% -
XYZ 31.25 21.19 35.7 -
YUV 129.34 145.3 170.55 -
System Red Green Blue C M Y K H S L
Decimal 189 93 160 0 0.51 0.15 0.26 318.13 0.42 0.55
Hex BD 5D A0 0 33 F 1A 13E 2A 37
Octal 275 135 240 0 63 17 32 476 52 67
Binary 10111101 1011101 10100000 0 110011 1111 11010 100111110 101010 110111

Color Harmonies of #BD5DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5DA0

Black with #BD5DA0

Text Example


Text Example

White with #BD5DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5DA0; }

 p { color: rgb(189,93,160); }

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

background-color css

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

 a { background-color: rgb(189,93,160); }

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

border-color css

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

 span { border-color: rgb(189,93,160); }

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