Html Css Color HEX #BC51A0 Mulberry

📋 copy color: '#BC51A0'

red 188 ◦ green 81 ◦ blue 160

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

Shades of Mulberry #BC51A0

Tints of Mulberry #BC51A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.3%

R = 43.82%
G = 18.88%
B = 37.3%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC51A0 (or 0xBC51A0) is known color: Mulberry. HEX triplet: BC, 51 and A0. RGB value is (188,81,160). Sum of RGB (Red+Green+Blue) = 188+81+160=429 (56% of max value = 765). Red value is 188 (73.83% from 255 or 43.82% from 429); Green value is 81 (32.03% from 255 or 18.88% from 429); Blue value is 160 (62.89% from 255 or 37.30% from 429); Max value from RGB is 188 - color contains mainly: red. Hex color #BC51A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC51A0 is #43AE5F. Grayscale: #797979. Windows color (decimal): -4435552 or 10506684. OLE color: 10506684.

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

Color convert

RGB 188 81 160 -
CMYK 0 0.57 0.15 0.26
HSL 315.7º 0.44% 0.53% -
HSV(B) 315.7º 0.57% 0.74% -
XYZ 30.03 19.11 35.36 -
YUV 122 149.45 175.08 -
System Red Green Blue C M Y K H S L
Decimal 188 81 160 0 0.57 0.15 0.26 315.7 0.44 0.53
Hex BC 51 A0 0 39 F 1A 13C 2C 35
Octal 274 121 240 0 71 17 32 474 54 65
Binary 10111100 1010001 10100000 0 111001 1111 11010 100111100 101100 110101

Color Harmonies of #BC51A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC51A0

Black with #BC51A0

Text Example


Text Example

White with #BC51A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC51A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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