Html Css Color HEX #BD5A9D Mulberry

📋 copy color: '#BD5A9D'

red 189 ◦ green 90 ◦ blue 157

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

Shades of Mulberry #BD5A9D

Tints of Mulberry #BD5A9D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.64%

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

R = 43.35%
G = 20.64%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.17

 K value IS 0.26

RGB Variations

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

Color information

#BD5A9D (or 0xBD5A9D) is known color: Mulberry. HEX triplet: BD, 5A and 9D. RGB value is (189,90,157). Sum of RGB (Red+Green+Blue) = 189+90+157=436 (57% of max value = 765). Red value is 189 (74.22% from 255 or 43.35% from 436); Green value is 90 (35.55% from 255 or 20.64% from 436); Blue value is 157 (61.72% from 255 or 36.01% from 436); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5A9D is #42A562. Grayscale: #7F7F7F. Windows color (decimal): -4367715 or 10312381. OLE color: 10312381.

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

Color convert

RGB 189 90 157 -
CMYK 0 0.52 0.17 0.26
HSL 319.39º 0.43% 0.55% -
HSV(B) 319.39º 0.52% 0.74% -
XYZ 30.73 20.57 34.25 -
YUV 127.24 144.8 172.05 -
System Red Green Blue C M Y K H S L
Decimal 189 90 157 0 0.52 0.17 0.26 319.39 0.43 0.55
Hex BD 5A 9D 0 34 11 1A 13F 2B 37
Octal 275 132 235 0 64 21 32 477 53 67
Binary 10111101 1011010 10011101 0 110100 10001 11010 100111111 101011 110111

Color Harmonies of #BD5A9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A9D

Black with #BD5A9D

Text Example


Text Example

White with #BD5A9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A9D; }

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

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

background-color css

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

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

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

border-color css

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

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

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