Html Css Color HEX #BC41A2 Mulberry

📋 copy color: '#BC41A2'

red 188 ◦ green 65 ◦ blue 162

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

Shades of Mulberry #BC41A2

Tints of Mulberry #BC41A2

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.66%

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

R = 45.3%
G = 15.66%
B = 39.04%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC41A2 (or 0xBC41A2) is known color: Mulberry. HEX triplet: BC, 41 and A2. RGB value is (188,65,162). Sum of RGB (Red+Green+Blue) = 188+65+162=415 (54% of max value = 765). Red value is 188 (73.83% from 255 or 45.30% from 415); Green value is 65 (25.78% from 255 or 15.66% from 415); Blue value is 162 (63.67% from 255 or 39.04% from 415); Max value from RGB is 188 - color contains mainly: red. Hex color #BC41A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC41A2 is #43BE5D. Grayscale: #707070. Windows color (decimal): -4439646 or 10633660. OLE color: 10633660.

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

Color convert

RGB 188 65 162 -
CMYK 0 0.65 0.14 0.26
HSL 312.68º 0.49% 0.5% -
HSV(B) 312.68º 0.65% 0.74% -
XYZ 29.15 17.08 35.94 -
YUV 112.84 155.75 181.61 -
System Red Green Blue C M Y K H S L
Decimal 188 65 162 0 0.65 0.14 0.26 312.68 0.49 0.5
Hex BC 41 A2 0 41 E 1A 139 31 32
Octal 274 101 242 0 101 16 32 471 61 62
Binary 10111100 1000001 10100010 0 1000001 1110 11010 100111001 110001 110010

Color Harmonies of #BC41A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC41A2

Black with #BC41A2

Text Example


Text Example

White with #BC41A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC41A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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