Html Css Color HEX #BD5898 Mulberry

📋 copy color: '#BD5898'

red 189 ◦ green 88 ◦ blue 152

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

Shades of Mulberry #BD5898

Tints of Mulberry #BD5898

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.51%

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

R = 44.06%
G = 20.51%
B = 35.43%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.20

 K value IS 0.26

RGB Variations

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

Color information

#BD5898 (or 0xBD5898) is known color: Mulberry. HEX triplet: BD, 58 and 98. RGB value is (189,88,152). Sum of RGB (Red+Green+Blue) = 189+88+152=429 (56% of max value = 765). Red value is 189 (74.22% from 255 or 44.06% from 429); Green value is 88 (34.77% from 255 or 20.51% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5898 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5898 is #42A767. Grayscale: #7D7D7D. Windows color (decimal): -4368232 or 9984189. OLE color: 9984189.

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

Color convert

RGB 189 88 152 -
CMYK 0 0.53 0.20 0.26
HSL 321.98º 0.43% 0.54% -
HSV(B) 321.98º 0.53% 0.74% -
XYZ 30.14 20.07 31.99 -
YUV 125.5 142.96 173.3 -
System Red Green Blue C M Y K H S L
Decimal 189 88 152 0 0.53 0.20 0.26 321.98 0.43 0.54
Hex BD 58 98 0 35 14 1A 142 2B 36
Octal 275 130 230 0 65 24 32 502 53 66
Binary 10111101 1011000 10011000 0 110101 10100 11010 101000010 101011 110110

Color Harmonies of #BD5898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5898

Black with #BD5898

Text Example


Text Example

White with #BD5898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5898; }

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

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

background-color css

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

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

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

border-color css

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

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

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