Html Css Color HEX #BC479F Mulberry

📋 copy color: '#BC479F'

red 188 ◦ green 71 ◦ blue 159

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

Shades of Mulberry #BC479F

Tints of Mulberry #BC479F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 16.99%

 BLUE value IS 159 (62.5% from 255) = 38.04%

R = 44.98%
G = 16.99%
B = 38.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC479F (or 0xBC479F) is known color: Mulberry. HEX triplet: BC, 47 and 9F. RGB value is (188,71,159). Sum of RGB (Red+Green+Blue) = 188+71+159=418 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.98% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 159 (62.5% from 255 or 38.04% from 418); Max value from RGB is 188 - color contains mainly: red. Hex color #BC479F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC479F is #43B860. Grayscale: #737373. Windows color (decimal): -4438113 or 10438588. OLE color: 10438588.

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

Color convert

RGB 188 71 159 -
CMYK 0 0.62 0.15 0.26
HSL 314.87º 0.47% 0.51% -
HSV(B) 314.87º 0.62% 0.74% -
XYZ 29.25 17.7 34.68 -
YUV 116.02 152.26 179.34 -
System Red Green Blue C M Y K H S L
Decimal 188 71 159 0 0.62 0.15 0.26 314.87 0.47 0.51
Hex BC 47 9F 0 3E F 1A 13B 2F 33
Octal 274 107 237 0 76 17 32 473 57 63
Binary 10111100 1000111 10011111 0 111110 1111 11010 100111011 101111 110011

Color Harmonies of #BC479F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC479F

Black with #BC479F

Text Example


Text Example

White with #BC479F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC479F; }

 p { color: rgb(188,71,159); }

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

background-color css

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

 a { background-color: rgb(188,71,159); }

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

border-color css

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

 span { border-color: rgb(188,71,159); }

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