Html Css Color HEX #BC5393 Mulberry

📋 copy color: '#BC5393'

red 188 ◦ green 83 ◦ blue 147

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

Shades of Mulberry #BC5393

Tints of Mulberry #BC5393

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 35.17%

R = 44.98%
G = 19.86%
B = 35.17%

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

#BC5393 (or 0xBC5393) is known color: Mulberry. HEX triplet: BC, 53 and 93. RGB value is (188,83,147). Sum of RGB (Red+Green+Blue) = 188+83+147=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5393 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5393 is #43AC6C. Grayscale: #797979. Windows color (decimal): -4435053 or 9655228. OLE color: 9655228.

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

Color convert

RGB 188 83 147 -
CMYK 0 0.56 0.22 0.26
HSL 323.43º 0.44% 0.53% -
HSV(B) 323.43º 0.56% 0.74% -
XYZ 29.1 18.98 29.73 -
YUV 121.69 142.29 175.3 -
System Red Green Blue C M Y K H S L
Decimal 188 83 147 0 0.56 0.22 0.26 323.43 0.44 0.53
Hex BC 53 93 0 38 16 1A 143 2C 35
Octal 274 123 223 0 70 26 32 503 54 65
Binary 10111100 1010011 10010011 0 111000 10110 11010 101000011 101100 110101

Color Harmonies of #BC5393

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5393

Black with #BC5393

Text Example


Text Example

White with #BC5393

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5393; }

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

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

background-color css

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

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

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

border-color css

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

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

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