Html Css Color HEX #BD5B9F Mulberry

📋 copy color: '#BD5B9F'

red 189 ◦ green 91 ◦ blue 159

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

Shades of Mulberry #BD5B9F

Tints of Mulberry #BD5B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 36.22%

R = 43.05%
G = 20.73%
B = 36.22%

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

#BD5B9F (or 0xBD5B9F) is known color: Mulberry. HEX triplet: BD, 5B and 9F. RGB value is (189,91,159). Sum of RGB (Red+Green+Blue) = 189+91+159=439 (58% of max value = 765). Red value is 189 (74.22% from 255 or 43.05% from 439); Green value is 91 (35.94% from 255 or 20.73% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5B9F is #42A460. Grayscale: #7F7F7F. Windows color (decimal): -4367457 or 10443709. OLE color: 10443709.

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

Color convert

RGB 189 91 159 -
CMYK 0 0.52 0.16 0.26
HSL 318.37º 0.43% 0.55% -
HSV(B) 318.37º 0.52% 0.74% -
XYZ 30.99 20.8 35.18 -
YUV 128.05 145.47 171.47 -
System Red Green Blue C M Y K H S L
Decimal 189 91 159 0 0.52 0.16 0.26 318.37 0.43 0.55
Hex BD 5B 9F 0 34 10 1A 13E 2B 37
Octal 275 133 237 0 64 20 32 476 53 67
Binary 10111101 1011011 10011111 0 110100 10000 11010 100111110 101011 110111

Color Harmonies of #BD5B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5B9F

Black with #BD5B9F

Text Example


Text Example

White with #BD5B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5B9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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