Html Css Color HEX #BD5BA0 Mulberry

📋 copy color: '#BD5BA0'

red 189 ◦ green 91 ◦ blue 160

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

Shades of Mulberry #BD5BA0

Tints of Mulberry #BD5BA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 36.36%

R = 42.95%
G = 20.68%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BD5BA0 (or 0xBD5BA0) is known color: Mulberry. HEX triplet: BD, 5B and A0. RGB value is (189,91,160). Sum of RGB (Red+Green+Blue) = 189+91+160=440 (58% of max value = 765). Red value is 189 (74.22% from 255 or 42.95% from 440); Green value is 91 (35.94% from 255 or 20.68% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5BA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5BA0 is #42A45F. Grayscale: #7F7F7F. Windows color (decimal): -4367456 or 10509245. OLE color: 10509245.

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

Color convert

RGB 189 91 160 -
CMYK 0 0.52 0.15 0.26
HSL 317.76º 0.43% 0.55% -
HSV(B) 317.76º 0.52% 0.74% -
XYZ 31.07 20.84 35.64 -
YUV 128.17 145.97 171.39 -
System Red Green Blue C M Y K H S L
Decimal 189 91 160 0 0.52 0.15 0.26 317.76 0.43 0.55
Hex BD 5B A0 0 34 F 1A 13E 2B 37
Octal 275 133 240 0 64 17 32 476 53 67
Binary 10111101 1011011 10100000 0 110100 1111 11010 100111110 101011 110111

Color Harmonies of #BD5BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5BA0

Black with #BD5BA0

Text Example


Text Example

White with #BD5BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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