Html Css Color HEX #BC428B Mulberry

📋 copy color: '#BC428B'

red 188 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #BC428B

Tints of Mulberry #BC428B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 47.84%
G = 16.79%
B = 35.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.26

 K value IS 0.26

RGB Variations

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

Color information

#BC428B (or 0xBC428B) is known color: Mulberry. HEX triplet: BC, 42 and 8B. RGB value is (188,66,139). Sum of RGB (Red+Green+Blue) = 188+66+139=393 (52% of max value = 765). Red value is 188 (73.83% from 255 or 47.84% from 393); Green value is 66 (26.17% from 255 or 16.79% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 188 - color contains mainly: red. Hex color #BC428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC428B is #43BD74. Grayscale: #6E6E6E. Windows color (decimal): -4439413 or 9126588. OLE color: 9126588.

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

Color convert

RGB 188 66 139 -
CMYK 0 0.65 0.26 0.26
HSL 324.1º 0.48% 0.5% -
HSV(B) 324.1º 0.65% 0.74% -
XYZ 27.35 16.45 26.16 -
YUV 110.8 143.92 183.06 -
System Red Green Blue C M Y K H S L
Decimal 188 66 139 0 0.65 0.26 0.26 324.1 0.48 0.5
Hex BC 42 8B 0 41 1A 1A 144 30 32
Octal 274 102 213 0 101 32 32 504 60 62
Binary 10111100 1000010 10001011 0 1000001 11010 11010 101000100 110000 110010

Color Harmonies of #BC428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC428B

Black with #BC428B

Text Example


Text Example

White with #BC428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC428B; }

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

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

background-color css

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

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

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

border-color css

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

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

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