Html Css Color HEX #BC4BA2 Mulberry

📋 copy color: '#BC4BA2'

red 188 ◦ green 75 ◦ blue 162

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

Shades of Mulberry #BC4BA2

Tints of Mulberry #BC4BA2

RGB

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

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

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

R = 44.24%
G = 17.65%
B = 38.12%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC4BA2 (or 0xBC4BA2) is known color: Mulberry. HEX triplet: BC, 4B and A2. RGB value is (188,75,162). Sum of RGB (Red+Green+Blue) = 188+75+162=425 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.24% from 425); Green value is 75 (29.69% from 255 or 17.65% from 425); Blue value is 162 (63.67% from 255 or 38.12% from 425); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4BA2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC4BA2 is #43B45D. Grayscale: #767676. Windows color (decimal): -4437086 or 10636220. OLE color: 10636220.

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

Color convert

RGB 188 75 162 -
CMYK 0 0.60 0.14 0.26
HSL 313.81º 0.46% 0.52% -
HSV(B) 313.81º 0.6% 0.74% -
XYZ 29.78 18.33 36.15 -
YUV 118.71 152.44 177.43 -
System Red Green Blue C M Y K H S L
Decimal 188 75 162 0 0.60 0.14 0.26 313.81 0.46 0.52
Hex BC 4B A2 0 3C E 1A 13A 2E 34
Octal 274 113 242 0 74 16 32 472 56 64
Binary 10111100 1001011 10100010 0 111100 1110 11010 100111010 101110 110100

Color Harmonies of #BC4BA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4BA2

Black with #BC4BA2

Text Example


Text Example

White with #BC4BA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4BA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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