Html Css Color HEX #BC4093 Mulberry

📋 copy color: '#BC4093'

red 188 ◦ green 64 ◦ blue 147

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

Shades of Mulberry #BC4093

Tints of Mulberry #BC4093

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.04%

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

R = 47.12%
G = 16.04%
B = 36.84%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.22

 K value IS 0.26

RGB Variations

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

Color information

#BC4093 (or 0xBC4093) is known color: Mulberry. HEX triplet: BC, 40 and 93. RGB value is (188,64,147). Sum of RGB (Red+Green+Blue) = 188+64+147=399 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.12% from 399); Green value is 64 (25.39% from 255 or 16.04% from 399); Blue value is 147 (57.81% from 255 or 36.84% from 399); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4093 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4093 is #43BF6C. Grayscale: #6E6E6E. Windows color (decimal): -4439917 or 9650364. OLE color: 9650364.

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

Color convert

RGB 188 64 147 -
CMYK 0 0.66 0.22 0.26
HSL 319.84º 0.49% 0.49% -
HSV(B) 319.84º 0.66% 0.74% -
XYZ 27.84 16.46 29.31 -
YUV 110.54 148.58 183.25 -
System Red Green Blue C M Y K H S L
Decimal 188 64 147 0 0.66 0.22 0.26 319.84 0.49 0.49
Hex BC 40 93 0 42 16 1A 140 31 31
Octal 274 100 223 0 102 26 32 500 61 61
Binary 10111100 1000000 10010011 0 1000010 10110 11010 101000000 110001 110001

Color Harmonies of #BC4093

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4093

Black with #BC4093

Text Example


Text Example

White with #BC4093

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4093; }

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

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

background-color css

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

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

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

border-color css

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

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

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