Html Css Color HEX #BC4D8F Mulberry

📋 copy color: '#BC4D8F'

red 188 ◦ green 77 ◦ blue 143

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

Shades of Mulberry #BC4D8F

Tints of Mulberry #BC4D8F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.87%

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

R = 46.08%
G = 18.87%
B = 35.05%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC4D8F (or 0xBC4D8F) is known color: Mulberry. HEX triplet: BC, 4D and 8F. RGB value is (188,77,143). Sum of RGB (Red+Green+Blue) = 188+77+143=408 (54% of max value = 765). Red value is 188 (73.83% from 255 or 46.08% from 408); Green value is 77 (30.47% from 255 or 18.87% from 408); Blue value is 143 (56.25% from 255 or 35.05% from 408); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4D8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4D8F is #43B270. Grayscale: #757575. Windows color (decimal): -4436593 or 9391548. OLE color: 9391548.

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

Color convert

RGB 188 77 143 -
CMYK 0 0.59 0.24 0.26
HSL 324.32º 0.45% 0.52% -
HSV(B) 324.32º 0.59% 0.74% -
XYZ 28.35 17.98 27.96 -
YUV 117.71 142.27 178.13 -
System Red Green Blue C M Y K H S L
Decimal 188 77 143 0 0.59 0.24 0.26 324.32 0.45 0.52
Hex BC 4D 8F 0 3B 18 1A 144 2D 34
Octal 274 115 217 0 73 30 32 504 55 64
Binary 10111100 1001101 10001111 0 111011 11000 11010 101000100 101101 110100

Color Harmonies of #BC4D8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4D8F

Black with #BC4D8F

Text Example


Text Example

White with #BC4D8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4D8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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