Html Css Color HEX #BC428E Mulberry

📋 copy color: '#BC428E'

red 188 ◦ green 66 ◦ blue 142

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

Shades of Mulberry #BC428E

Tints of Mulberry #BC428E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 47.47%
G = 16.67%
B = 35.86%

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

#BC428E (or 0xBC428E) is known color: Mulberry. HEX triplet: BC, 42 and 8E. RGB value is (188,66,142). Sum of RGB (Red+Green+Blue) = 188+66+142=396 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.47% from 396); Green value is 66 (26.17% from 255 or 16.67% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 188 - color contains mainly: red. Hex color #BC428E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC428E is #43BD71. Grayscale: #6E6E6E. Windows color (decimal): -4439410 or 9323196. OLE color: 9323196.

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

Color convert

RGB 188 66 142 -
CMYK 0 0.65 0.24 0.26
HSL 322.62º 0.48% 0.5% -
HSV(B) 322.62º 0.65% 0.74% -
XYZ 27.57 16.54 27.33 -
YUV 111.14 145.42 182.82 -
System Red Green Blue C M Y K H S L
Decimal 188 66 142 0 0.65 0.24 0.26 322.62 0.48 0.5
Hex BC 42 8E 0 41 18 1A 143 30 32
Octal 274 102 216 0 101 30 32 503 60 62
Binary 10111100 1000010 10001110 0 1000001 11000 11010 101000011 110000 110010

Color Harmonies of #BC428E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC428E

Black with #BC428E

Text Example


Text Example

White with #BC428E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC428E; }

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

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

background-color css

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

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

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

border-color css

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

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

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