Html Css Color HEX #BD5E9E Mulberry

📋 copy color: '#BD5E9E'

red 189 ◦ green 94 ◦ blue 158

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

Shades of Mulberry #BD5E9E

Tints of Mulberry #BD5E9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 35.83%

R = 42.86%
G = 21.32%
B = 35.83%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD5E9E (or 0xBD5E9E) is known color: Mulberry. HEX triplet: BD, 5E and 9E. RGB value is (189,94,158). Sum of RGB (Red+Green+Blue) = 189+94+158=441 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.86% from 441); Green value is 94 (37.11% from 255 or 21.32% from 441); Blue value is 158 (62.11% from 255 or 35.83% from 441); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5E9E is #42A161. Grayscale: #818181. Windows color (decimal): -4366690 or 10378941. OLE color: 10378941.

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

Color convert

RGB 189 94 158 -
CMYK 0 0.50 0.16 0.26
HSL 319.58º 0.42% 0.55% -
HSV(B) 319.58º 0.5% 0.74% -
XYZ 31.16 21.29 34.82 -
YUV 129.7 143.97 170.3 -
System Red Green Blue C M Y K H S L
Decimal 189 94 158 0 0.50 0.16 0.26 319.58 0.42 0.55
Hex BD 5E 9E 0 32 10 1A 140 2A 37
Octal 275 136 236 0 62 20 32 500 52 67
Binary 10111101 1011110 10011110 0 110010 10000 11010 101000000 101010 110111

Color Harmonies of #BD5E9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E9E

Black with #BD5E9E

Text Example


Text Example

White with #BD5E9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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