Html Css Color HEX #BD5E9D Mulberry

📋 copy color: '#BD5E9D'

red 189 ◦ green 94 ◦ blue 157

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

Shades of Mulberry #BD5E9D

Tints of Mulberry #BD5E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.68%

R = 42.95%
G = 21.36%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD5E9D (or 0xBD5E9D) is known color: Mulberry. HEX triplet: BD, 5E and 9D. RGB value is (189,94,157). Sum of RGB (Red+Green+Blue) = 189+94+157=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 94 (37.11% from 255 or 21.36% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5E9D is #42A162. Grayscale: #818181. Windows color (decimal): -4366691 or 10313405. OLE color: 10313405.

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

Color convert

RGB 189 94 157 -
CMYK 0 0.50 0.17 0.26
HSL 320.21º 0.42% 0.55% -
HSV(B) 320.21º 0.5% 0.74% -
XYZ 31.07 21.26 34.36 -
YUV 129.59 143.47 170.38 -
System Red Green Blue C M Y K H S L
Decimal 189 94 157 0 0.50 0.17 0.26 320.21 0.42 0.55
Hex BD 5E 9D 0 32 11 1A 140 2A 37
Octal 275 136 235 0 62 21 32 500 52 67
Binary 10111101 1011110 10011101 0 110010 10001 11010 101000000 101010 110111

Color Harmonies of #BD5E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E9D

Black with #BD5E9D

Text Example


Text Example

White with #BD5E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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