Html Css Color HEX #BC5985 Mulberry

📋 copy color: '#BC5985'

red 188 ◦ green 89 ◦ blue 133

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

Shades of Mulberry #BC5985

Tints of Mulberry #BC5985

RGB

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

 GREEN value IS 89 (35.16% from 255) = 21.71%

 BLUE value IS 133 (52.34% from 255) = 32.44%

R = 45.85%
G = 21.71%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC5985 (or 0xBC5985) is known color: Mulberry. HEX triplet: BC, 59 and 85. RGB value is (188,89,133). Sum of RGB (Red+Green+Blue) = 188+89+133=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 89 (35.16% from 255 or 21.71% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5985 is #43A67A. Grayscale: #7B7B7B. Windows color (decimal): -4433531 or 8739260. OLE color: 8739260.

HSL color Cylindrical-coordinate representation of color #BC5985: hue angle of 333.33º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #BC5985 is Cyan = 0, Magento = 0.53, Yellow = 0.29 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 89 133 -
CMYK 0 0.53 0.29 0.26
HSL 333.33º 0.42% 0.54% -
HSV(B) 333.33º 0.53% 0.74% -
XYZ 28.55 19.53 24.46 -
YUV 123.62 133.3 173.92 -
System Red Green Blue C M Y K H S L
Decimal 188 89 133 0 0.53 0.29 0.26 333.33 0.42 0.54
Hex BC 59 85 0 35 1D 1A 14D 2A 36
Octal 274 131 205 0 65 35 32 515 52 66
Binary 10111100 1011001 10000101 0 110101 11101 11010 101001101 101010 110110

Color Harmonies of #BC5985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5985

Black with #BC5985

Text Example


Text Example

White with #BC5985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5985; }

 p { color: rgb(188,89,133); }

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

background-color css

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

 a { background-color: rgb(188,89,133); }

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

border-color css

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

 span { border-color: rgb(188,89,133); }

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