Html Css Color HEX #BD5296 Mulberry

📋 copy color: '#BD5296'

red 189 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #BD5296

Tints of Mulberry #BD5296

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.48%

 BLUE value IS 150 (58.98% from 255) = 35.63%

R = 44.89%
G = 19.48%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#BD5296 (or 0xBD5296) is known color: Mulberry. HEX triplet: BD, 52 and 96. RGB value is (189,82,150). Sum of RGB (Red+Green+Blue) = 189+82+150=421 (55% of max value = 765). Red value is 189 (74.22% from 255 or 44.89% from 421); Green value is 82 (32.42% from 255 or 19.48% from 421); Blue value is 150 (58.98% from 255 or 35.63% from 421); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5296 is #42AD69. Grayscale: #797979. Windows color (decimal): -4369770 or 9851581. OLE color: 9851581.

HSL color Cylindrical-coordinate representation of color #BD5296: hue angle of 321.87º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BD5296 is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 82 150 -
CMYK 0 0.57 0.21 0.26
HSL 321.87º 0.45% 0.53% -
HSV(B) 321.87º 0.57% 0.74% -
XYZ 29.51 19.06 30.98 -
YUV 121.75 143.95 175.97 -
System Red Green Blue C M Y K H S L
Decimal 189 82 150 0 0.57 0.21 0.26 321.87 0.45 0.53
Hex BD 52 96 0 39 15 1A 142 2D 35
Octal 275 122 226 0 71 25 32 502 55 65
Binary 10111101 1010010 10010110 0 111001 10101 11010 101000010 101101 110101

Color Harmonies of #BD5296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5296

Black with #BD5296

Text Example


Text Example

White with #BD5296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5296; }

 p { color: rgb(189,82,150); }

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

background-color css

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

 a { background-color: rgb(189,82,150); }

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

border-color css

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

 span { border-color: rgb(189,82,150); }

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