Html Css Color HEX #BD4EA5 Mulberry

📋 copy color: '#BD4EA5'

red 189 ◦ green 78 ◦ blue 165

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

Shades of Mulberry #BD4EA5

Tints of Mulberry #BD4EA5

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.06%

 BLUE value IS 165 (64.84% from 255) = 38.19%

R = 43.75%
G = 18.06%
B = 38.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BD4EA5 (or 0xBD4EA5) is known color: Mulberry. HEX triplet: BD, 4E and A5. RGB value is (189,78,165). Sum of RGB (Red+Green+Blue) = 189+78+165=432 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.75% from 432); Green value is 78 (30.86% from 255 or 18.06% from 432); Blue value is 165 (64.84% from 255 or 38.19% from 432); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4EA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD4EA5 is #42B15A. Grayscale: #787878. Windows color (decimal): -4370779 or 10833597. OLE color: 10833597.

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

Color convert

RGB 189 78 165 -
CMYK 0 0.59 0.13 0.26
HSL 312.97º 0.46% 0.52% -
HSV(B) 312.97º 0.59% 0.74% -
XYZ 30.5 18.98 37.65 -
YUV 121.11 152.77 176.43 -
System Red Green Blue C M Y K H S L
Decimal 189 78 165 0 0.59 0.13 0.26 312.97 0.46 0.52
Hex BD 4E A5 0 3B D 1A 139 2E 34
Octal 275 116 245 0 73 15 32 471 56 64
Binary 10111101 1001110 10100101 0 111011 1101 11010 100111001 101110 110100

Color Harmonies of #BD4EA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD4EA5

Black with #BD4EA5

Text Example


Text Example

White with #BD4EA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD4EA5; }

 p { color: rgb(189,78,165); }

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

background-color css

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

 a { background-color: rgb(189,78,165); }

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

border-color css

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

 span { border-color: rgb(189,78,165); }

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