Html Css Color HEX #BC498A Mulberry

📋 copy color: '#BC498A'

red 188 ◦ green 73 ◦ blue 138

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

Shades of Mulberry #BC498A

Tints of Mulberry #BC498A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.59%

R = 47.12%
G = 18.3%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC498A (or 0xBC498A) is known color: Mulberry. HEX triplet: BC, 49 and 8A. RGB value is (188,73,138). Sum of RGB (Red+Green+Blue) = 188+73+138=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 73 (28.91% from 255 or 18.30% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC498A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC498A is #43B675. Grayscale: #727272. Windows color (decimal): -4437622 or 9062844. OLE color: 9062844.

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

Color convert

RGB 188 73 138 -
CMYK 0 0.61 0.27 0.26
HSL 326.09º 0.46% 0.51% -
HSV(B) 326.09º 0.61% 0.74% -
XYZ 27.71 17.29 25.92 -
YUV 114.8 141.1 180.21 -
System Red Green Blue C M Y K H S L
Decimal 188 73 138 0 0.61 0.27 0.26 326.09 0.46 0.51
Hex BC 49 8A 0 3D 1B 1A 146 2E 33
Octal 274 111 212 0 75 33 32 506 56 63
Binary 10111100 1001001 10001010 0 111101 11011 11010 101000110 101110 110011

Color Harmonies of #BC498A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC498A

Black with #BC498A

Text Example


Text Example

White with #BC498A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC498A; }

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

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

background-color css

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

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

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

border-color css

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

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

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