Html Css Color HEX #BD5A8C Mulberry

📋 copy color: '#BD5A8C'

red 189 ◦ green 90 ◦ blue 140

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

Shades of Mulberry #BD5A8C

Tints of Mulberry #BD5A8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 33.41%

R = 45.11%
G = 21.48%
B = 33.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BD5A8C (or 0xBD5A8C) is known color: Mulberry. HEX triplet: BD, 5A and 8C. RGB value is (189,90,140). Sum of RGB (Red+Green+Blue) = 189+90+140=419 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.11% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 140 (55.08% from 255 or 33.41% from 419); Max value from RGB is 189 - color contains mainly: red. Hex color #BD5A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BD5A8C is #42A573. Grayscale: #7D7D7D. Windows color (decimal): -4367732 or 9198269. OLE color: 9198269.

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

Color convert

RGB 189 90 140 -
CMYK 0 0.52 0.26 0.26
HSL 329.7º 0.43% 0.55% -
HSV(B) 329.7º 0.52% 0.74% -
XYZ 29.38 20.02 27.13 -
YUV 125.3 136.3 173.43 -
System Red Green Blue C M Y K H S L
Decimal 189 90 140 0 0.52 0.26 0.26 329.7 0.43 0.55
Hex BD 5A 8C 0 34 1A 1A 14A 2B 37
Octal 275 132 214 0 64 32 32 512 53 67
Binary 10111101 1011010 10001100 0 110100 11010 11010 101001010 101011 110111

Color Harmonies of #BD5A8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD5A8C

Black with #BD5A8C

Text Example


Text Example

White with #BD5A8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD5A8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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