Html Css Color HEX #BC40A1 Mulberry

📋 copy color: '#BC40A1'

red 188 ◦ green 64 ◦ blue 161

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

Shades of Mulberry #BC40A1

Tints of Mulberry #BC40A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 38.98%

R = 45.52%
G = 15.5%
B = 38.98%

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

#BC40A1 (or 0xBC40A1) is known color: Mulberry. HEX triplet: BC, 40 and A1. RGB value is (188,64,161). Sum of RGB (Red+Green+Blue) = 188+64+161=413 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.52% from 413); Green value is 64 (25.39% from 255 or 15.50% from 413); Blue value is 161 (63.28% from 255 or 38.98% from 413); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40A1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40A1 is #43BF5E. Grayscale: #6F6F6F. Windows color (decimal): -4439903 or 10567868. OLE color: 10567868.

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

Color convert

RGB 188 64 161 -
CMYK 0 0.66 0.14 0.26
HSL 313.06º 0.49% 0.49% -
HSV(B) 313.06º 0.66% 0.74% -
XYZ 29.01 16.93 35.46 -
YUV 112.13 155.58 182.11 -
System Red Green Blue C M Y K H S L
Decimal 188 64 161 0 0.66 0.14 0.26 313.06 0.49 0.49
Hex BC 40 A1 0 42 E 1A 139 31 31
Octal 274 100 241 0 102 16 32 471 61 61
Binary 10111100 1000000 10100001 0 1000010 1110 11010 100111001 110001 110001

Color Harmonies of #BC40A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40A1

Black with #BC40A1

Text Example


Text Example

White with #BC40A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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