Html Css Color HEX #BD5B9E Mulberry

📋 copy color: '#BD5B9E'

red 189 ◦ green 91 ◦ blue 158

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

Shades of Mulberry #BD5B9E

Tints of Mulberry #BD5B9E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.78%

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

R = 43.15%
G = 20.78%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.16

 K value IS 0.26

RGB Variations

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

Color information

#BD5B9E (or 0xBD5B9E) is known color: Mulberry. HEX triplet: BD, 5B and 9E. RGB value is (189,91,158). Sum of RGB (Red+Green+Blue) = 189+91+158=438 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.15% from 438); Green value is 91 (35.94% from 255 or 20.78% from 438); Blue value is 158 (62.11% from 255 or 36.07% from 438); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B9E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5B9E is #42A461. Grayscale: #7F7F7F. Windows color (decimal): -4367458 or 10378173. OLE color: 10378173.

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

Color convert

RGB 189 91 158 -
CMYK 0 0.52 0.16 0.26
HSL 318.98º 0.43% 0.55% -
HSV(B) 318.98º 0.52% 0.74% -
XYZ 30.9 20.77 34.73 -
YUV 127.94 144.97 171.55 -
System Red Green Blue C M Y K H S L
Decimal 189 91 158 0 0.52 0.16 0.26 318.98 0.43 0.55
Hex BD 5B 9E 0 34 10 1A 13F 2B 37
Octal 275 133 236 0 64 20 32 477 53 67
Binary 10111101 1011011 10011110 0 110100 10000 11010 100111111 101011 110111

Color Harmonies of #BD5B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5B9E

Black with #BD5B9E

Text Example


Text Example

White with #BD5B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5B9E; }

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

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

background-color css

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

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

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

border-color css

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

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

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