Html Css Color HEX #BD5794 Mulberry

📋 copy color: '#BD5794'

red 189 ◦ green 87 ◦ blue 148

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

Shades of Mulberry #BD5794

Tints of Mulberry #BD5794

RGB

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

 GREEN value IS 87 (34.38% from 255) = 20.52%

 BLUE value IS 148 (58.2% from 255) = 34.91%

R = 44.58%
G = 20.52%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BD5794 (or 0xBD5794) is known color: Mulberry. HEX triplet: BD, 57 and 94. RGB value is (189,87,148). Sum of RGB (Red+Green+Blue) = 189+87+148=424 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.58% from 424); Green value is 87 (34.38% from 255 or 20.52% from 424); Blue value is 148 (58.20% from 255 or 34.91% from 424); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5794 is #42A86B. Grayscale: #7C7C7C. Windows color (decimal): -4368492 or 9721789. OLE color: 9721789.

HSL color Cylindrical-coordinate representation of color #BD5794: hue angle of 324.12º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BD5794 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 87 148 -
CMYK 0 0.54 0.22 0.26
HSL 324.12º 0.44% 0.54% -
HSV(B) 324.12º 0.54% 0.74% -
XYZ 29.74 19.77 30.27 -
YUV 124.45 141.29 174.04 -
System Red Green Blue C M Y K H S L
Decimal 189 87 148 0 0.54 0.22 0.26 324.12 0.44 0.54
Hex BD 57 94 0 36 16 1A 144 2C 36
Octal 275 127 224 0 66 26 32 504 54 66
Binary 10111101 1010111 10010100 0 110110 10110 11010 101000100 101100 110110

Color Harmonies of #BD5794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5794

Black with #BD5794

Text Example


Text Example

White with #BD5794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5794; }

 p { color: rgb(189,87,148); }

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

background-color css

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

 a { background-color: rgb(189,87,148); }

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

border-color css

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

 span { border-color: rgb(189,87,148); }

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