Html Css Color HEX #BC5392 Mulberry

📋 copy color: '#BC5392'

red 188 ◦ green 83 ◦ blue 146

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

Shades of Mulberry #BC5392

Tints of Mulberry #BC5392

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.9%

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

R = 45.08%
G = 19.9%
B = 35.01%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC5392 (or 0xBC5392) is known color: Mulberry. HEX triplet: BC, 53 and 92. RGB value is (188,83,146). Sum of RGB (Red+Green+Blue) = 188+83+146=417 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.08% from 417); Green value is 83 (32.81% from 255 or 19.90% from 417); Blue value is 146 (57.42% from 255 or 35.01% from 417); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5392 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5392 is #43AC6D. Grayscale: #797979. Windows color (decimal): -4435054 or 9589692. OLE color: 9589692.

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

Color convert

RGB 188 83 146 -
CMYK 0 0.56 0.22 0.26
HSL 324º 0.44% 0.53% -
HSV(B) 324º 0.56% 0.74% -
XYZ 29.02 18.95 29.32 -
YUV 121.58 141.79 175.38 -
System Red Green Blue C M Y K H S L
Decimal 188 83 146 0 0.56 0.22 0.26 324 0.44 0.53
Hex BC 53 92 0 38 16 1A 144 2C 35
Octal 274 123 222 0 70 26 32 504 54 65
Binary 10111100 1010011 10010010 0 111000 10110 11010 101000100 101100 110101

Color Harmonies of #BC5392

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5392

Black with #BC5392

Text Example


Text Example

White with #BC5392

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5392; }

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

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

background-color css

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

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

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

border-color css

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

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

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