Html Css Color HEX #BC40A3 Mulberry

📋 copy color: '#BC40A3'

red 188 ◦ green 64 ◦ blue 163

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

Shades of Mulberry #BC40A3

Tints of Mulberry #BC40A3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 39.28%

R = 45.3%
G = 15.42%
B = 39.28%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.13

 K value IS 0.26

RGB Variations

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

Color information

#BC40A3 (or 0xBC40A3) is known color: Mulberry. HEX triplet: BC, 40 and A3. RGB value is (188,64,163). Sum of RGB (Red+Green+Blue) = 188+64+163=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 64 (25.39% from 255 or 15.42% from 415); Blue value is 163 (64.06% from 255 or 39.28% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC40A3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC40A3 is #43BF5C. Grayscale: #707070. Windows color (decimal): -4439901 or 10698940. OLE color: 10698940.

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

Color convert

RGB 188 64 163 -
CMYK 0 0.66 0.13 0.26
HSL 312.1º 0.49% 0.49% -
HSV(B) 312.1º 0.66% 0.74% -
XYZ 29.18 17 36.39 -
YUV 112.36 156.58 181.95 -
System Red Green Blue C M Y K H S L
Decimal 188 64 163 0 0.66 0.13 0.26 312.1 0.49 0.49
Hex BC 40 A3 0 42 D 1A 138 31 31
Octal 274 100 243 0 102 15 32 470 61 61
Binary 10111100 1000000 10100011 0 1000010 1101 11010 100111000 110001 110001

Color Harmonies of #BC40A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC40A3

Black with #BC40A3

Text Example


Text Example

White with #BC40A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC40A3; }

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

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

background-color css

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

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

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

border-color css

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

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

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