Html Css Color HEX #BD5E9A Mulberry

📋 copy color: '#BD5E9A'

red 189 ◦ green 94 ◦ blue 154

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

Shades of Mulberry #BD5E9A

Tints of Mulberry #BD5E9A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.51%

 BLUE value IS 154 (60.55% from 255) = 35.24%

R = 43.25%
G = 21.51%
B = 35.24%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#BD5E9A (or 0xBD5E9A) is known color: Mulberry. HEX triplet: BD, 5E and 9A. RGB value is (189,94,154). Sum of RGB (Red+Green+Blue) = 189+94+154=437 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.25% from 437); Green value is 94 (37.11% from 255 or 21.51% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5E9A is #42A165. Grayscale: #818181. Windows color (decimal): -4366694 or 10116797. OLE color: 10116797.

HSL color Cylindrical-coordinate representation of color #BD5E9A: hue angle of 322.11º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #BD5E9A is Cyan = 0, Magento = 0.50, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 189 94 154 -
CMYK 0 0.50 0.19 0.26
HSL 322.11º 0.42% 0.55% -
HSV(B) 322.11º 0.5% 0.74% -
XYZ 30.82 21.16 33.03 -
YUV 129.25 141.97 170.62 -
System Red Green Blue C M Y K H S L
Decimal 189 94 154 0 0.50 0.19 0.26 322.11 0.42 0.55
Hex BD 5E 9A 0 32 13 1A 142 2A 37
Octal 275 136 232 0 62 23 32 502 52 67
Binary 10111101 1011110 10011010 0 110010 10011 11010 101000010 101010 110111

Color Harmonies of #BD5E9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E9A

Black with #BD5E9A

Text Example


Text Example

White with #BD5E9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E9A; }

 p { color: rgb(189,94,154); }

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

background-color css

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

 a { background-color: rgb(189,94,154); }

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

border-color css

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

 span { border-color: rgb(189,94,154); }

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