Html Css Color HEX #BC4985 Mulberry

📋 copy color: '#BC4985'

red 188 ◦ green 73 ◦ blue 133

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

Shades of Mulberry #BC4985

Tints of Mulberry #BC4985

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

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

R = 47.72%
G = 18.53%
B = 33.76%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.29

 K value IS 0.26

RGB Variations

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

Color information

#BC4985 (or 0xBC4985) is known color: Mulberry. HEX triplet: BC, 49 and 85. RGB value is (188,73,133). Sum of RGB (Red+Green+Blue) = 188+73+133=394 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.72% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4985 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4985 is #43B67A. Grayscale: #727272. Windows color (decimal): -4437627 or 8735164. OLE color: 8735164.

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

Color convert

RGB 188 73 133 -
CMYK 0 0.61 0.29 0.26
HSL 328.7º 0.46% 0.51% -
HSV(B) 328.7º 0.61% 0.74% -
XYZ 27.36 17.15 24.06 -
YUV 114.23 138.6 180.62 -
System Red Green Blue C M Y K H S L
Decimal 188 73 133 0 0.61 0.29 0.26 328.7 0.46 0.51
Hex BC 49 85 0 3D 1D 1A 149 2E 33
Octal 274 111 205 0 75 35 32 511 56 63
Binary 10111100 1001001 10000101 0 111101 11101 11010 101001001 101110 110011

Color Harmonies of #BC4985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4985

Black with #BC4985

Text Example


Text Example

White with #BC4985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4985; }

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

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

background-color css

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

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

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

border-color css

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

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

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