Html Css Color HEX #BD5694 Mulberry

📋 copy color: '#BD5694'

red 189 ◦ green 86 ◦ blue 148

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

Shades of Mulberry #BD5694

Tints of Mulberry #BD5694

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.33%

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

R = 44.68%
G = 20.33%
B = 34.99%

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

#BD5694 (or 0xBD5694) is known color: Mulberry. HEX triplet: BD, 56 and 94. RGB value is (189,86,148). Sum of RGB (Red+Green+Blue) = 189+86+148=423 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.68% from 423); Green value is 86 (33.98% from 255 or 20.33% from 423); Blue value is 148 (58.20% from 255 or 34.99% from 423); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5694 is #42A96B. Grayscale: #7B7B7B. Windows color (decimal): -4368748 or 9721533. OLE color: 9721533.

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

Color convert

RGB 189 86 148 -
CMYK 0 0.54 0.22 0.26
HSL 323.88º 0.44% 0.54% -
HSV(B) 323.88º 0.54% 0.74% -
XYZ 29.66 19.61 30.24 -
YUV 123.87 141.62 174.46 -
System Red Green Blue C M Y K H S L
Decimal 189 86 148 0 0.54 0.22 0.26 323.88 0.44 0.54
Hex BD 56 94 0 36 16 1A 144 2C 36
Octal 275 126 224 0 66 26 32 504 54 66
Binary 10111101 1010110 10010100 0 110110 10110 11010 101000100 101100 110110

Color Harmonies of #BD5694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5694

Black with #BD5694

Text Example


Text Example

White with #BD5694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5694; }

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

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

background-color css

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

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

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

border-color css

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

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

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