Html Css Color HEX #BC5492 Mulberry

📋 copy color: '#BC5492'

red 188 ◦ green 84 ◦ blue 146

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

Shades of Mulberry #BC5492

Tints of Mulberry #BC5492

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.1%

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

R = 44.98%
G = 20.1%
B = 34.93%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC5492 (or 0xBC5492) is known color: Mulberry. HEX triplet: BC, 54 and 92. RGB value is (188,84,146). Sum of RGB (Red+Green+Blue) = 188+84+146=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 84 (33.20% from 255 or 20.10% from 418); Blue value is 146 (57.42% from 255 or 34.93% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5492 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5492 is #43AB6D. Grayscale: #7A7A7A. Windows color (decimal): -4434798 or 9589948. OLE color: 9589948.

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

Color convert

RGB 188 84 146 -
CMYK 0 0.55 0.22 0.26
HSL 324.23º 0.44% 0.53% -
HSV(B) 324.23º 0.55% 0.74% -
XYZ 29.1 19.11 29.35 -
YUV 122.16 141.46 174.96 -
System Red Green Blue C M Y K H S L
Decimal 188 84 146 0 0.55 0.22 0.26 324.23 0.44 0.53
Hex BC 54 92 0 37 16 1A 144 2C 35
Octal 274 124 222 0 67 26 32 504 54 65
Binary 10111100 1010100 10010010 0 110111 10110 11010 101000100 101100 110101

Color Harmonies of #BC5492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5492

Black with #BC5492

Text Example


Text Example

White with #BC5492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5492; }

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

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

background-color css

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

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

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

border-color css

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

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

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