Html Css Color HEX #BC498F Mulberry

📋 copy color: '#BC498F'

red 188 ◦ green 73 ◦ blue 143

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

Shades of Mulberry #BC498F

Tints of Mulberry #BC498F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 35.4%

R = 46.53%
G = 18.07%
B = 35.4%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC498F (or 0xBC498F) is known color: Mulberry. HEX triplet: BC, 49 and 8F. RGB value is (188,73,143). Sum of RGB (Red+Green+Blue) = 188+73+143=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 73 (28.91% from 255 or 18.07% from 404); Blue value is 143 (56.25% from 255 or 35.40% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC498F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC498F is #43B670. Grayscale: #737373. Windows color (decimal): -4437617 or 9390524. OLE color: 9390524.

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

Color convert

RGB 188 73 143 -
CMYK 0 0.61 0.24 0.26
HSL 323.48º 0.46% 0.51% -
HSV(B) 323.48º 0.61% 0.74% -
XYZ 28.08 17.44 27.87 -
YUV 115.37 143.6 179.81 -
System Red Green Blue C M Y K H S L
Decimal 188 73 143 0 0.61 0.24 0.26 323.48 0.46 0.51
Hex BC 49 8F 0 3D 18 1A 143 2E 33
Octal 274 111 217 0 75 30 32 503 56 63
Binary 10111100 1001001 10001111 0 111101 11000 11010 101000011 101110 110011

Color Harmonies of #BC498F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC498F

Black with #BC498F

Text Example


Text Example

White with #BC498F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC498F; }

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

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

background-color css

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

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

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

border-color css

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

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

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