Html Css Color HEX #BD4DA2 Mulberry

📋 copy color: '#BD4DA2'

red 189 ◦ green 77 ◦ blue 162

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

Shades of Mulberry #BD4DA2

Tints of Mulberry #BD4DA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 37.85%

R = 44.16%
G = 17.99%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BD4DA2 (or 0xBD4DA2) is known color: Mulberry. HEX triplet: BD, 4D and A2. RGB value is (189,77,162). Sum of RGB (Red+Green+Blue) = 189+77+162=428 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.16% from 428); Green value is 77 (30.47% from 255 or 17.99% from 428); Blue value is 162 (63.67% from 255 or 37.85% from 428); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4DA2 is #42B25D. Grayscale: #777777. Windows color (decimal): -4371038 or 10636733. OLE color: 10636733.

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

Color convert

RGB 189 77 162 -
CMYK 0 0.59 0.14 0.26
HSL 314.46º 0.46% 0.52% -
HSV(B) 314.46º 0.59% 0.74% -
XYZ 30.16 18.74 36.21 -
YUV 120.18 151.61 177.09 -
System Red Green Blue C M Y K H S L
Decimal 189 77 162 0 0.59 0.14 0.26 314.46 0.46 0.52
Hex BD 4D A2 0 3B E 1A 13A 2E 34
Octal 275 115 242 0 73 16 32 472 56 64
Binary 10111101 1001101 10100010 0 111011 1110 11010 100111010 101110 110100

Color Harmonies of #BD4DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DA2

Black with #BD4DA2

Text Example


Text Example

White with #BD4DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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