Html Css Color HEX #BD4DA0 Mulberry

📋 copy color: '#BD4DA0'

red 189 ◦ green 77 ◦ blue 160

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

Shades of Mulberry #BD4DA0

Tints of Mulberry #BD4DA0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.08%

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

R = 44.37%
G = 18.08%
B = 37.56%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD4DA0 (or 0xBD4DA0) is known color: Mulberry. HEX triplet: BD, 4D and A0. RGB value is (189,77,160). Sum of RGB (Red+Green+Blue) = 189+77+160=426 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.37% from 426); Green value is 77 (30.47% from 255 or 18.08% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4DA0 is #42B25F. Grayscale: #777777. Windows color (decimal): -4371040 or 10505661. OLE color: 10505661.

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

Color convert

RGB 189 77 160 -
CMYK 0 0.59 0.15 0.26
HSL 315.54º 0.46% 0.52% -
HSV(B) 315.54º 0.59% 0.74% -
XYZ 29.99 18.66 35.28 -
YUV 119.95 150.61 177.25 -
System Red Green Blue C M Y K H S L
Decimal 189 77 160 0 0.59 0.15 0.26 315.54 0.46 0.52
Hex BD 4D A0 0 3B F 1A 13C 2E 34
Octal 275 115 240 0 73 17 32 474 56 64
Binary 10111101 1001101 10100000 0 111011 1111 11010 100111100 101110 110100

Color Harmonies of #BD4DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DA0

Black with #BD4DA0

Text Example


Text Example

White with #BD4DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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