Html Css Color HEX #BC4DA0 Mulberry

📋 copy color: '#BC4DA0'

red 188 ◦ green 77 ◦ blue 160

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

Shades of Mulberry #BC4DA0

Tints of Mulberry #BC4DA0

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.12%

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

R = 44.24%
G = 18.12%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC4DA0 (or 0xBC4DA0) is known color: Mulberry. HEX triplet: BC, 4D and A0. RGB value is (188,77,160). Sum of RGB (Red+Green+Blue) = 188+77+160=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 77 (30.47% from 255 or 18.12% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DA0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4DA0 is #43B25F. Grayscale: #777777. Windows color (decimal): -4436576 or 10505660. OLE color: 10505660.

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

Color convert

RGB 188 77 160 -
CMYK 0 0.59 0.15 0.26
HSL 315.14º 0.45% 0.52% -
HSV(B) 315.14º 0.59% 0.74% -
XYZ 29.74 18.54 35.27 -
YUV 119.65 150.77 176.75 -
System Red Green Blue C M Y K H S L
Decimal 188 77 160 0 0.59 0.15 0.26 315.14 0.45 0.52
Hex BC 4D A0 0 3B F 1A 13B 2D 34
Octal 274 115 240 0 73 17 32 473 55 64
Binary 10111100 1001101 10100000 0 111011 1111 11010 100111011 101101 110100

Color Harmonies of #BC4DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DA0

Black with #BC4DA0

Text Example


Text Example

White with #BC4DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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