Html Css Color HEX #BC428F Mulberry

📋 copy color: '#BC428F'

red 188 ◦ green 66 ◦ blue 143

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

Shades of Mulberry #BC428F

Tints of Mulberry #BC428F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.62%

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

R = 47.36%
G = 16.62%
B = 36.02%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#BC428F (or 0xBC428F) is known color: Mulberry. HEX triplet: BC, 42 and 8F. RGB value is (188,66,143). Sum of RGB (Red+Green+Blue) = 188+66+143=397 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.36% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 143 (56.25% from 255 or 36.02% from 397); Max value from RGB is 188 - color contains mainly: red. Hex color #BC428F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC428F is #43BD70. Grayscale: #6F6F6F. Windows color (decimal): -4439409 or 9388732. OLE color: 9388732.

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

Color convert

RGB 188 66 143 -
CMYK 0 0.65 0.24 0.26
HSL 322.13º 0.48% 0.5% -
HSV(B) 322.13º 0.65% 0.74% -
XYZ 27.65 16.57 27.73 -
YUV 111.26 145.92 182.74 -
System Red Green Blue C M Y K H S L
Decimal 188 66 143 0 0.65 0.24 0.26 322.13 0.48 0.5
Hex BC 42 8F 0 41 18 1A 142 30 32
Octal 274 102 217 0 101 30 32 502 60 62
Binary 10111100 1000010 10001111 0 1000001 11000 11010 101000010 110000 110010

Color Harmonies of #BC428F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC428F

Black with #BC428F

Text Example


Text Example

White with #BC428F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC428F; }

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

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

background-color css

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

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

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

border-color css

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

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

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