Html Css Color HEX #BC5A8D Mulberry

📋 copy color: '#BC5A8D'

red 188 ◦ green 90 ◦ blue 141

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

Shades of Mulberry #BC5A8D

Tints of Mulberry #BC5A8D

RGB

 RED value IS 188 (73.83% from 255) = 44.87%

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

 BLUE value IS 141 (55.47% from 255) = 33.65%

R = 44.87%
G = 21.48%
B = 33.65%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC5A8D (or 0xBC5A8D) is known color: Mulberry. HEX triplet: BC, 5A and 8D. RGB value is (188,90,141). Sum of RGB (Red+Green+Blue) = 188+90+141=419 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.87% from 419); Green value is 90 (35.55% from 255 or 21.48% from 419); Blue value is 141 (55.47% from 255 or 33.65% from 419); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5A8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5A8D is #43A572. Grayscale: #7D7D7D. Windows color (decimal): -4433267 or 9263804. OLE color: 9263804.

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

Color convert

RGB 188 90 141 -
CMYK 0 0.52 0.25 0.26
HSL 328.78º 0.42% 0.55% -
HSV(B) 328.78º 0.52% 0.74% -
XYZ 29.2 19.93 27.51 -
YUV 125.12 136.97 172.85 -
System Red Green Blue C M Y K H S L
Decimal 188 90 141 0 0.52 0.25 0.26 328.78 0.42 0.55
Hex BC 5A 8D 0 34 19 1A 149 2A 37
Octal 274 132 215 0 64 31 32 511 52 67
Binary 10111100 1011010 10001101 0 110100 11001 11010 101001001 101010 110111

Color Harmonies of #BC5A8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5A8D

Black with #BC5A8D

Text Example


Text Example

White with #BC5A8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5A8D; }

 p { color: rgb(188,90,141); }

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

background-color css

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

 a { background-color: rgb(188,90,141); }

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

border-color css

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

 span { border-color: rgb(188,90,141); }

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