Html Css Color HEX #BC5093 Mulberry

📋 copy color: '#BC5093'

red 188 ◦ green 80 ◦ blue 147

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

Shades of Mulberry #BC5093

Tints of Mulberry #BC5093

RGB

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

 GREEN value IS 80 (31.64% from 255) = 19.28%

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

R = 45.3%
G = 19.28%
B = 35.42%

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

#BC5093 (or 0xBC5093) is known color: Mulberry. HEX triplet: BC, 50 and 93. RGB value is (188,80,147). Sum of RGB (Red+Green+Blue) = 188+80+147=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 147 (57.81% from 255 or 35.42% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC5093 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC5093 is #43AF6C. Grayscale: #777777. Windows color (decimal): -4435821 or 9654460. OLE color: 9654460.

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

Color convert

RGB 188 80 147 -
CMYK 0 0.57 0.22 0.26
HSL 322.78º 0.45% 0.53% -
HSV(B) 322.78º 0.57% 0.74% -
XYZ 28.87 18.54 29.66 -
YUV 119.93 143.28 176.55 -
System Red Green Blue C M Y K H S L
Decimal 188 80 147 0 0.57 0.22 0.26 322.78 0.45 0.53
Hex BC 50 93 0 39 16 1A 143 2D 35
Octal 274 120 223 0 71 26 32 503 55 65
Binary 10111100 1010000 10010011 0 111001 10110 11010 101000011 101101 110101

Color Harmonies of #BC5093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC5093

Black with #BC5093

Text Example


Text Example

White with #BC5093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC5093; }

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

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

background-color css

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

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

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

border-color css

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

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

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