Html Css Color HEX #BC4BA0 Mulberry

📋 copy color: '#BC4BA0'

red 188 ◦ green 75 ◦ blue 160

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

Shades of Mulberry #BC4BA0

Tints of Mulberry #BC4BA0

RGB

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

 GREEN value IS 75 (29.69% from 255) = 17.73%

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

R = 44.44%
G = 17.73%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.15

 K value IS 0.26

RGB Variations

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

Color information

#BC4BA0 (or 0xBC4BA0) is known color: Mulberry. HEX triplet: BC, 4B and A0. RGB value is (188,75,160). Sum of RGB (Red+Green+Blue) = 188+75+160=423 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.44% from 423); Green value is 75 (29.69% from 255 or 17.73% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BA0 is #43B45F. Grayscale: #767676. Windows color (decimal): -4437088 or 10505148. OLE color: 10505148.

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

Color convert

RGB 188 75 160 -
CMYK 0 0.60 0.15 0.26
HSL 314.87º 0.46% 0.52% -
HSV(B) 314.87º 0.6% 0.74% -
XYZ 29.6 18.26 35.22 -
YUV 118.48 151.44 177.59 -
System Red Green Blue C M Y K H S L
Decimal 188 75 160 0 0.60 0.15 0.26 314.87 0.46 0.52
Hex BC 4B A0 0 3C F 1A 13B 2E 34
Octal 274 113 240 0 74 17 32 473 56 64
Binary 10111100 1001011 10100000 0 111100 1111 11010 100111011 101110 110100

Color Harmonies of #BC4BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BA0

Black with #BC4BA0

Text Example


Text Example

White with #BC4BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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