Html Css Color HEX #BD5E9B Mulberry

📋 copy color: '#BD5E9B'

red 189 ◦ green 94 ◦ blue 155

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

Shades of Mulberry #BD5E9B

Tints of Mulberry #BD5E9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.39%

R = 43.15%
G = 21.46%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.18

 K value IS 0.26

RGB Variations

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

Color information

#BD5E9B (or 0xBD5E9B) is known color: Mulberry. HEX triplet: BD, 5E and 9B. RGB value is (189,94,155). Sum of RGB (Red+Green+Blue) = 189+94+155=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 94 (37.11% from 255 or 21.46% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5E9B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5E9B is #42A164. Grayscale: #818181. Windows color (decimal): -4366693 or 10182333. OLE color: 10182333.

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

Color convert

RGB 189 94 155 -
CMYK 0 0.50 0.18 0.26
HSL 321.47º 0.42% 0.55% -
HSV(B) 321.47º 0.5% 0.74% -
XYZ 30.91 21.19 33.47 -
YUV 129.36 142.47 170.54 -
System Red Green Blue C M Y K H S L
Decimal 189 94 155 0 0.50 0.18 0.26 321.47 0.42 0.55
Hex BD 5E 9B 0 32 12 1A 141 2A 37
Octal 275 136 233 0 62 22 32 501 52 67
Binary 10111101 1011110 10011011 0 110010 10010 11010 101000001 101010 110111

Color Harmonies of #BD5E9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5E9B

Black with #BD5E9B

Text Example


Text Example

White with #BD5E9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5E9B; }

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

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

background-color css

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

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

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

border-color css

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

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

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