Html Css Color HEX #BC428A Mulberry

📋 copy color: '#BC428A'

red 188 ◦ green 66 ◦ blue 138

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

Shades of Mulberry #BC428A

Tints of Mulberry #BC428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.2%

R = 47.96%
G = 16.84%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.27

 K value IS 0.26

RGB Variations

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

Color information

#BC428A (or 0xBC428A) is known color: Mulberry. HEX triplet: BC, 42 and 8A. RGB value is (188,66,138). Sum of RGB (Red+Green+Blue) = 188+66+138=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 66 (26.17% from 255 or 16.84% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC428A is #43BD75. Grayscale: #6E6E6E. Windows color (decimal): -4439414 or 9061052. OLE color: 9061052.

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

Color convert

RGB 188 66 138 -
CMYK 0 0.65 0.27 0.26
HSL 324.59º 0.48% 0.5% -
HSV(B) 324.59º 0.65% 0.74% -
XYZ 27.27 16.42 25.78 -
YUV 110.69 143.42 183.15 -
System Red Green Blue C M Y K H S L
Decimal 188 66 138 0 0.65 0.27 0.26 324.59 0.48 0.5
Hex BC 42 8A 0 41 1B 1A 145 30 32
Octal 274 102 212 0 101 33 32 505 60 62
Binary 10111100 1000010 10001010 0 1000001 11011 11010 101000101 110000 110010

Color Harmonies of #BC428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC428A

Black with #BC428A

Text Example


Text Example

White with #BC428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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