Html Css Color HEX #BC4593 Mulberry

📋 copy color: '#BC4593'

red 188 ◦ green 69 ◦ blue 147

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

Shades of Mulberry #BC4593

Tints of Mulberry #BC4593

RGB

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

 GREEN value IS 69 (27.34% from 255) = 17.08%

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

R = 46.53%
G = 17.08%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC4593 (or 0xBC4593) is known color: Mulberry. HEX triplet: BC, 45 and 93. RGB value is (188,69,147). Sum of RGB (Red+Green+Blue) = 188+69+147=404 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.53% from 404); Green value is 69 (27.34% from 255 or 17.08% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4593 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4593 is #43BA6C. Grayscale: #717171. Windows color (decimal): -4438637 or 9651644. OLE color: 9651644.

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

Color convert

RGB 188 69 147 -
CMYK 0 0.63 0.22 0.26
HSL 320.67º 0.47% 0.5% -
HSV(B) 320.67º 0.63% 0.74% -
XYZ 28.13 17.05 29.41 -
YUV 113.47 146.92 181.16 -
System Red Green Blue C M Y K H S L
Decimal 188 69 147 0 0.63 0.22 0.26 320.67 0.47 0.5
Hex BC 45 93 0 3F 16 1A 141 2F 32
Octal 274 105 223 0 77 26 32 501 57 62
Binary 10111100 1000101 10010011 0 111111 10110 11010 101000001 101111 110010

Color Harmonies of #BC4593

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4593

Black with #BC4593

Text Example


Text Example

White with #BC4593

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4593; }

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

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

background-color css

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

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

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

border-color css

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

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

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