Html Css Color HEX #BC5983 Mulberry

📋 copy color: '#BC5983'

red 188 ◦ green 89 ◦ blue 131

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

Shades of Mulberry #BC5983

Tints of Mulberry #BC5983

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.11%

R = 46.08%
G = 21.81%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.30

 K value IS 0.26

RGB Variations

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

Color information

#BC5983 (or 0xBC5983) is known color: Mulberry. HEX triplet: BC, 59 and 83. RGB value is (188,89,131). Sum of RGB (Red+Green+Blue) = 188+89+131=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 89 (35.16% from 255 or 21.81% from 408); Blue value is 131 (51.56% from 255 or 32.11% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5983 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5983 is #43A67C. Grayscale: #7B7B7B. Windows color (decimal): -4433533 or 8608188. OLE color: 8608188.

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

Color convert

RGB 188 89 131 -
CMYK 0 0.53 0.30 0.26
HSL 334.55º 0.42% 0.54% -
HSV(B) 334.55º 0.53% 0.74% -
XYZ 28.41 19.47 23.73 -
YUV 123.39 132.3 174.08 -
System Red Green Blue C M Y K H S L
Decimal 188 89 131 0 0.53 0.30 0.26 334.55 0.42 0.54
Hex BC 59 83 0 35 1E 1A 14F 2A 36
Octal 274 131 203 0 65 36 32 517 52 66
Binary 10111100 1011001 10000011 0 110101 11110 11010 101001111 101010 110110

Color Harmonies of #BC5983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5983

Black with #BC5983

Text Example


Text Example

White with #BC5983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5983; }

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

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

background-color css

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

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

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

border-color css

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

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

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