Html Css Color HEX #BC40A2 Mulberry

📋 copy color: '#BC40A2'

red 188 ◦ green 64 ◦ blue 162

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

Shades of Mulberry #BC40A2

Tints of Mulberry #BC40A2

RGB

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

 GREEN value IS 64 (25.39% from 255) = 15.46%

 BLUE value IS 162 (63.67% from 255) = 39.13%

R = 45.41%
G = 15.46%
B = 39.13%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC40A2 (or 0xBC40A2) is known color: Mulberry. HEX triplet: BC, 40 and A2. RGB value is (188,64,162). Sum of RGB (Red+Green+Blue) = 188+64+162=414 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.41% from 414); Green value is 64 (25.39% from 255 or 15.46% from 414); Blue value is 162 (63.67% from 255 or 39.13% from 414); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40A2 is #43BF5D. Grayscale: #6F6F6F. Windows color (decimal): -4439902 or 10633404. OLE color: 10633404.

HSL color Cylindrical-coordinate representation of color #BC40A2: hue angle of 312.58º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BC40A2 is Cyan = 0, Magento = 0.66, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 64 162 -
CMYK 0 0.66 0.14 0.26
HSL 312.58º 0.49% 0.49% -
HSV(B) 312.58º 0.66% 0.74% -
XYZ 29.09 16.97 35.92 -
YUV 112.25 156.08 182.03 -
System Red Green Blue C M Y K H S L
Decimal 188 64 162 0 0.66 0.14 0.26 312.58 0.49 0.49
Hex BC 40 A2 0 42 E 1A 139 31 31
Octal 274 100 242 0 102 16 32 471 61 61
Binary 10111100 1000000 10100010 0 1000010 1110 11010 100111001 110001 110001

Color Harmonies of #BC40A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40A2

Black with #BC40A2

Text Example


Text Example

White with #BC40A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40A2; }

 p { color: rgb(188,64,162); }

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

background-color css

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

 a { background-color: rgb(188,64,162); }

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

border-color css

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

 span { border-color: rgb(188,64,162); }

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