Html Css Color HEX #BC4492 Mulberry

📋 copy color: '#BC4492'

red 188 ◦ green 68 ◦ blue 146

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

Shades of Mulberry #BC4492

Tints of Mulberry #BC4492

RGB

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

 GREEN value IS 68 (26.95% from 255) = 16.92%

 BLUE value IS 146 (57.42% from 255) = 36.32%

R = 46.77%
G = 16.92%
B = 36.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC4492 (or 0xBC4492) is known color: Mulberry. HEX triplet: BC, 44 and 92. RGB value is (188,68,146). Sum of RGB (Red+Green+Blue) = 188+68+146=402 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.77% from 402); Green value is 68 (26.95% from 255 or 16.92% from 402); Blue value is 146 (57.42% from 255 or 36.32% from 402); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4492 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4492 is #43BB6D. Grayscale: #707070. Windows color (decimal): -4438894 or 9585852. OLE color: 9585852.

HSL color Cylindrical-coordinate representation of color #BC4492: hue angle of 321º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BC4492 is Cyan = 0, Magento = 0.64, Yellow = 0.22 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 68 146 -
CMYK 0 0.64 0.22 0.26
HSL 321º 0.47% 0.5% -
HSV(B) 321º 0.64% 0.74% -
XYZ 27.99 16.9 28.98 -
YUV 112.77 146.76 181.66 -
System Red Green Blue C M Y K H S L
Decimal 188 68 146 0 0.64 0.22 0.26 321 0.47 0.5
Hex BC 44 92 0 40 16 1A 141 2F 32
Octal 274 104 222 0 100 26 32 501 57 62
Binary 10111100 1000100 10010010 0 1000000 10110 11010 101000001 101111 110010

Color Harmonies of #BC4492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4492

Black with #BC4492

Text Example


Text Example

White with #BC4492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4492; }

 p { color: rgb(188,68,146); }

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

background-color css

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

 a { background-color: rgb(188,68,146); }

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

border-color css

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

 span { border-color: rgb(188,68,146); }

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