Html Css Color HEX #BC51A2 Mulberry

📋 copy color: '#BC51A2'

red 188 ◦ green 81 ◦ blue 162

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

Shades of Mulberry #BC51A2

Tints of Mulberry #BC51A2

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.79%

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

R = 43.62%
G = 18.79%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC51A2 (or 0xBC51A2) is known color: Mulberry. HEX triplet: BC, 51 and A2. RGB value is (188,81,162). Sum of RGB (Red+Green+Blue) = 188+81+162=431 (57% of max value = 765). Red value is 188 (73.83% from 255 or 43.62% from 431); Green value is 81 (32.03% from 255 or 18.79% from 431); Blue value is 162 (63.67% from 255 or 37.59% from 431); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51A2 is #43AE5D. Grayscale: #7A7A7A. Windows color (decimal): -4435550 or 10637756. OLE color: 10637756.

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

Color convert

RGB 188 81 162 -
CMYK 0 0.57 0.14 0.26
HSL 314.58º 0.44% 0.53% -
HSV(B) 314.58º 0.57% 0.74% -
XYZ 30.2 19.18 36.29 -
YUV 122.23 150.45 174.91 -
System Red Green Blue C M Y K H S L
Decimal 188 81 162 0 0.57 0.14 0.26 314.58 0.44 0.53
Hex BC 51 A2 0 39 E 1A 13B 2C 35
Octal 274 121 242 0 71 16 32 473 54 65
Binary 10111100 1010001 10100010 0 111001 1110 11010 100111011 101100 110101

Color Harmonies of #BC51A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51A2

Black with #BC51A2

Text Example


Text Example

White with #BC51A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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