Html Css Color HEX #BC4A8F Mulberry

📋 copy color: '#BC4A8F'

red 188 ◦ green 74 ◦ blue 143

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

Shades of Mulberry #BC4A8F

Tints of Mulberry #BC4A8F

RGB

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

 GREEN value IS 74 (29.3% from 255) = 18.27%

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

R = 46.42%
G = 18.27%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC4A8F (or 0xBC4A8F) is known color: Mulberry. HEX triplet: BC, 4A and 8F. RGB value is (188,74,143). Sum of RGB (Red+Green+Blue) = 188+74+143=405 (53% of max value = 765). Red value is 188 (73.83% from 255 or 46.42% from 405); Green value is 74 (29.30% from 255 or 18.27% from 405); Blue value is 143 (56.25% from 255 or 35.31% from 405); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4A8F is #43B570. Grayscale: #737373. Windows color (decimal): -4437361 or 9390780. OLE color: 9390780.

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

Color convert

RGB 188 74 143 -
CMYK 0 0.61 0.24 0.26
HSL 323.68º 0.46% 0.51% -
HSV(B) 323.68º 0.61% 0.74% -
XYZ 28.15 17.57 27.89 -
YUV 115.95 143.27 179.39 -
System Red Green Blue C M Y K H S L
Decimal 188 74 143 0 0.61 0.24 0.26 323.68 0.46 0.51
Hex BC 4A 8F 0 3D 18 1A 144 2E 33
Octal 274 112 217 0 75 30 32 504 56 63
Binary 10111100 1001010 10001111 0 111101 11000 11010 101000100 101110 110011

Color Harmonies of #BC4A8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4A8F

Black with #BC4A8F

Text Example


Text Example

White with #BC4A8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4A8F; }

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

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

background-color css

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

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

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

border-color css

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

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

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