Html Css Color HEX #BD4DA3 Mulberry

📋 copy color: '#BD4DA3'

red 189 ◦ green 77 ◦ blue 163

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

Shades of Mulberry #BD4DA3

Tints of Mulberry #BD4DA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 38%

R = 44.06%
G = 17.95%
B = 38%

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

#BD4DA3 (or 0xBD4DA3) is known color: Mulberry. HEX triplet: BD, 4D and A3. RGB value is (189,77,163). Sum of RGB (Red+Green+Blue) = 189+77+163=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 77 (30.47% from 255 or 17.95% from 429); Blue value is 163 (64.06% from 255 or 38.00% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4DA3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4DA3 is #42B25C. Grayscale: #787878. Windows color (decimal): -4371037 or 10702269. OLE color: 10702269.

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

Color convert

RGB 189 77 163 -
CMYK 0 0.59 0.14 0.26
HSL 313.93º 0.46% 0.52% -
HSV(B) 313.93º 0.59% 0.74% -
XYZ 30.25 18.77 36.68 -
YUV 120.29 152.11 177.01 -
System Red Green Blue C M Y K H S L
Decimal 189 77 163 0 0.59 0.14 0.26 313.93 0.46 0.52
Hex BD 4D A3 0 3B E 1A 13A 2E 34
Octal 275 115 243 0 73 16 32 472 56 64
Binary 10111101 1001101 10100011 0 111011 1110 11010 100111010 101110 110100

Color Harmonies of #BD4DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4DA3

Black with #BD4DA3

Text Example


Text Example

White with #BD4DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4DA3; }

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

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

background-color css

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

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

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

border-color css

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

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

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