Html Css Color HEX #BD5698 Mulberry

📋 copy color: '#BD5698'

red 189 ◦ green 86 ◦ blue 152

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

Shades of Mulberry #BD5698

Tints of Mulberry #BD5698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 35.6%

R = 44.26%
G = 20.14%
B = 35.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD5698 (or 0xBD5698) is known color: Mulberry. HEX triplet: BD, 56 and 98. RGB value is (189,86,152). Sum of RGB (Red+Green+Blue) = 189+86+152=427 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.26% from 427); Green value is 86 (33.98% from 255 or 20.14% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5698 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5698 is #42A967. Grayscale: #7C7C7C. Windows color (decimal): -4368744 or 9983677. OLE color: 9983677.

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

Color convert

RGB 189 86 152 -
CMYK 0 0.54 0.20 0.26
HSL 321.55º 0.44% 0.54% -
HSV(B) 321.55º 0.54% 0.74% -
XYZ 29.98 19.74 31.94 -
YUV 124.32 143.62 174.13 -
System Red Green Blue C M Y K H S L
Decimal 189 86 152 0 0.54 0.20 0.26 321.55 0.44 0.54
Hex BD 56 98 0 36 14 1A 142 2C 36
Octal 275 126 230 0 66 24 32 502 54 66
Binary 10111101 1010110 10011000 0 110110 10100 11010 101000010 101100 110110

Color Harmonies of #BD5698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5698

Black with #BD5698

Text Example


Text Example

White with #BD5698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5698; }

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

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

background-color css

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

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

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

border-color css

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

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

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