Html Css Color HEX #BC5192 Mulberry

📋 copy color: '#BC5192'

red 188 ◦ green 81 ◦ blue 146

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

Shades of Mulberry #BC5192

Tints of Mulberry #BC5192

RGB

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

 GREEN value IS 81 (32.03% from 255) = 19.52%

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

R = 45.3%
G = 19.52%
B = 35.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC5192 (or 0xBC5192) is known color: Mulberry. HEX triplet: BC, 51 and 92. RGB value is (188,81,146). Sum of RGB (Red+Green+Blue) = 188+81+146=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 81 (32.03% from 255 or 19.52% from 415); Blue value is 146 (57.42% from 255 or 35.18% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5192 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5192 is #43AE6D. Grayscale: #787878. Windows color (decimal): -4435566 or 9589180. OLE color: 9589180.

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

Color convert

RGB 188 81 146 -
CMYK 0 0.57 0.22 0.26
HSL 323.55º 0.44% 0.53% -
HSV(B) 323.55º 0.57% 0.74% -
XYZ 28.87 18.65 29.27 -
YUV 120.4 142.45 176.21 -
System Red Green Blue C M Y K H S L
Decimal 188 81 146 0 0.57 0.22 0.26 323.55 0.44 0.53
Hex BC 51 92 0 39 16 1A 144 2C 35
Octal 274 121 222 0 71 26 32 504 54 65
Binary 10111100 1010001 10010010 0 111001 10110 11010 101000100 101100 110101

Color Harmonies of #BC5192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5192

Black with #BC5192

Text Example


Text Example

White with #BC5192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5192; }

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

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

background-color css

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

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

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

border-color css

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

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

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