Html Css Color HEX #BC48A0 Mulberry

📋 copy color: '#BC48A0'

red 188 ◦ green 72 ◦ blue 160

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

Shades of Mulberry #BC48A0

Tints of Mulberry #BC48A0

RGB

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

 GREEN value IS 72 (28.52% from 255) = 17.14%

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

R = 44.76%
G = 17.14%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC48A0 (or 0xBC48A0) is known color: Mulberry. HEX triplet: BC, 48 and A0. RGB value is (188,72,160). Sum of RGB (Red+Green+Blue) = 188+72+160=420 (55% of max value = 765). Red value is 188 (73.83% from 255 or 44.76% from 420); Green value is 72 (28.52% from 255 or 17.14% from 420); Blue value is 160 (62.89% from 255 or 38.10% from 420); Max value from RGB is 188 - color contains mainly: red. Hex color #BC48A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC48A0 is #43B75F. Grayscale: #747474. Windows color (decimal): -4437856 or 10504380. OLE color: 10504380.

HSL color Cylindrical-coordinate representation of color #BC48A0: hue angle of 314.48º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BC48A0 is Cyan = 0, Magento = 0.62, Yellow = 0.15 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 72 160 -
CMYK 0 0.62 0.15 0.26
HSL 314.48º 0.46% 0.51% -
HSV(B) 314.48º 0.62% 0.74% -
XYZ 29.4 17.86 35.16 -
YUV 116.72 152.43 178.84 -
System Red Green Blue C M Y K H S L
Decimal 188 72 160 0 0.62 0.15 0.26 314.48 0.46 0.51
Hex BC 48 A0 0 3E F 1A 13A 2E 33
Octal 274 110 240 0 76 17 32 472 56 63
Binary 10111100 1001000 10100000 0 111110 1111 11010 100111010 101110 110011

Color Harmonies of #BC48A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC48A0

Black with #BC48A0

Text Example


Text Example

White with #BC48A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC48A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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