Html Css Color HEX #BC4693 Mulberry

📋 copy color: '#BC4693'

red 188 ◦ green 70 ◦ blue 147

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

Shades of Mulberry #BC4693

Tints of Mulberry #BC4693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 17.28%

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

R = 46.42%
G = 17.28%
B = 36.3%

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

#BC4693 (or 0xBC4693) is known color: Mulberry. HEX triplet: BC, 46 and 93. RGB value is (188,70,147). Sum of RGB (Red+Green+Blue) = 188+70+147=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 70 (27.73% from 255 or 17.28% from 405); Blue value is 147 (57.81% from 255 or 36.30% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4693 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4693 is #43B96C. Grayscale: #717171. Windows color (decimal): -4438381 or 9651900. OLE color: 9651900.

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

Color convert

RGB 188 70 147 -
CMYK 0 0.63 0.22 0.26
HSL 320.85º 0.47% 0.51% -
HSV(B) 320.85º 0.63% 0.74% -
XYZ 28.2 17.18 29.43 -
YUV 114.06 146.59 180.74 -
System Red Green Blue C M Y K H S L
Decimal 188 70 147 0 0.63 0.22 0.26 320.85 0.47 0.51
Hex BC 46 93 0 3F 16 1A 141 2F 33
Octal 274 106 223 0 77 26 32 501 57 63
Binary 10111100 1000110 10010011 0 111111 10110 11010 101000001 101111 110011

Color Harmonies of #BC4693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4693

Black with #BC4693

Text Example


Text Example

White with #BC4693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4693; }

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

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

background-color css

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

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

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

border-color css

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

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

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