Html Css Color HEX #BC4F8F Mulberry

📋 copy color: '#BC4F8F'

red 188 ◦ green 79 ◦ blue 143

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

Shades of Mulberry #BC4F8F

Tints of Mulberry #BC4F8F

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.27%

 BLUE value IS 143 (56.25% from 255) = 34.88%

R = 45.85%
G = 19.27%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC4F8F (or 0xBC4F8F) is known color: Mulberry. HEX triplet: BC, 4F and 8F. RGB value is (188,79,143). Sum of RGB (Red+Green+Blue) = 188+79+143=410 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.85% from 410); Green value is 79 (31.25% from 255 or 19.27% from 410); Blue value is 143 (56.25% from 255 or 34.88% from 410); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4F8F is #43B070. Grayscale: #767676. Windows color (decimal): -4436081 or 9392060. OLE color: 9392060.

HSL color Cylindrical-coordinate representation of color #BC4F8F: hue angle of 324.77º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BC4F8F is Cyan = 0, Magento = 0.58, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 79 143 -
CMYK 0 0.58 0.24 0.26
HSL 324.77º 0.45% 0.52% -
HSV(B) 324.77º 0.58% 0.74% -
XYZ 28.49 18.27 28.01 -
YUV 118.89 141.61 177.3 -
System Red Green Blue C M Y K H S L
Decimal 188 79 143 0 0.58 0.24 0.26 324.77 0.45 0.52
Hex BC 4F 8F 0 3A 18 1A 145 2D 34
Octal 274 117 217 0 72 30 32 505 55 64
Binary 10111100 1001111 10001111 0 111010 11000 11010 101000101 101101 110100

Color Harmonies of #BC4F8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4F8F

Black with #BC4F8F

Text Example


Text Example

White with #BC4F8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4F8F; }

 p { color: rgb(188,79,143); }

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

background-color css

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

 a { background-color: rgb(188,79,143); }

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

border-color css

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

 span { border-color: rgb(188,79,143); }

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