Html Css Color HEX #BC4E8F Mulberry

📋 copy color: '#BC4E8F'

red 188 ◦ green 78 ◦ blue 143

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

Shades of Mulberry #BC4E8F

Tints of Mulberry #BC4E8F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 19.07%

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

R = 45.97%
G = 19.07%
B = 34.96%

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

#BC4E8F (or 0xBC4E8F) is known color: Mulberry. HEX triplet: BC, 4E and 8F. RGB value is (188,78,143). Sum of RGB (Red+Green+Blue) = 188+78+143=409 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.97% from 409); Green value is 78 (30.86% from 255 or 19.07% from 409); Blue value is 143 (56.25% from 255 or 34.96% from 409); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4E8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4E8F is #43B170. Grayscale: #767676. Windows color (decimal): -4436337 or 9391804. OLE color: 9391804.

HSL color Cylindrical-coordinate representation of color #BC4E8F: hue angle of 324.55º 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 #BC4E8F is Cyan = 0, Magento = 0.59, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 78 143 -
CMYK 0 0.59 0.24 0.26
HSL 324.55º 0.45% 0.52% -
HSV(B) 324.55º 0.59% 0.74% -
XYZ 28.42 18.12 27.99 -
YUV 118.3 141.94 177.71 -
System Red Green Blue C M Y K H S L
Decimal 188 78 143 0 0.59 0.24 0.26 324.55 0.45 0.52
Hex BC 4E 8F 0 3B 18 1A 145 2D 34
Octal 274 116 217 0 73 30 32 505 55 64
Binary 10111100 1001110 10001111 0 111011 11000 11010 101000101 101101 110100

Color Harmonies of #BC4E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4E8F

Black with #BC4E8F

Text Example


Text Example

White with #BC4E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4E8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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