Html Css Color HEX #BC498D Mulberry

📋 copy color: '#BC498D'

red 188 ◦ green 73 ◦ blue 141

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

Shades of Mulberry #BC498D

Tints of Mulberry #BC498D

RGB

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

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

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

R = 46.77%
G = 18.16%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.25

 K value IS 0.26

RGB Variations

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

Color information

#BC498D (or 0xBC498D) is known color: Mulberry. HEX triplet: BC, 49 and 8D. RGB value is (188,73,141). Sum of RGB (Red+Green+Blue) = 188+73+141=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 73 (28.91% from 255 or 18.16% from 402); Blue value is 141 (55.47% from 255 or 35.07% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC498D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC498D is #43B672. Grayscale: #727272. Windows color (decimal): -4437619 or 9259452. OLE color: 9259452.

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

Color convert

RGB 188 73 141 -
CMYK 0 0.61 0.25 0.26
HSL 324.52º 0.46% 0.51% -
HSV(B) 324.52º 0.61% 0.74% -
XYZ 27.93 17.38 27.08 -
YUV 115.14 142.6 179.97 -
System Red Green Blue C M Y K H S L
Decimal 188 73 141 0 0.61 0.25 0.26 324.52 0.46 0.51
Hex BC 49 8D 0 3D 19 1A 145 2E 33
Octal 274 111 215 0 75 31 32 505 56 63
Binary 10111100 1001001 10001101 0 111101 11001 11010 101000101 101110 110011

Color Harmonies of #BC498D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC498D

Black with #BC498D

Text Example


Text Example

White with #BC498D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC498D; }

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

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

background-color css

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

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

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

border-color css

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

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

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