Html Css Color HEX #BD598A Mulberry

📋 copy color: '#BD598A'

red 189 ◦ green 89 ◦ blue 138

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

Shades of Mulberry #BD598A

Tints of Mulberry #BD598A

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.39%

 BLUE value IS 138 (54.3% from 255) = 33.17%

R = 45.43%
G = 21.39%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BD598A (or 0xBD598A) is known color: Mulberry. HEX triplet: BD, 59 and 8A. RGB value is (189,89,138). Sum of RGB (Red+Green+Blue) = 189+89+138=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 89 (35.16% from 255 or 21.39% from 416); Blue value is 138 (54.30% from 255 or 33.17% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BD598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD598A is #42A675. Grayscale: #7C7C7C. Windows color (decimal): -4367990 or 9066941. OLE color: 9066941.

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

Color convert

RGB 189 89 138 -
CMYK 0 0.53 0.27 0.26
HSL 330.6º 0.43% 0.55% -
HSV(B) 330.6º 0.53% 0.74% -
XYZ 29.15 19.8 26.33 -
YUV 124.49 135.63 174.02 -
System Red Green Blue C M Y K H S L
Decimal 189 89 138 0 0.53 0.27 0.26 330.6 0.43 0.55
Hex BD 59 8A 0 35 1B 1A 14B 2B 37
Octal 275 131 212 0 65 33 32 513 53 67
Binary 10111101 1011001 10001010 0 110101 11011 11010 101001011 101011 110111

Color Harmonies of #BD598A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD598A

Black with #BD598A

Text Example


Text Example

White with #BD598A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD598A; }

 p { color: rgb(189,89,138); }

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

background-color css

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

 a { background-color: rgb(189,89,138); }

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

border-color css

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

 span { border-color: rgb(189,89,138); }

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