Html Css Color HEX #BC4DA2 Mulberry

📋 copy color: '#BC4DA2'

red 188 ◦ green 77 ◦ blue 162

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

Shades of Mulberry #BC4DA2

Tints of Mulberry #BC4DA2

RGB

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

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

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

R = 44.03%
G = 18.03%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC4DA2 (or 0xBC4DA2) is known color: Mulberry. HEX triplet: BC, 4D and A2. RGB value is (188,77,162). Sum of RGB (Red+Green+Blue) = 188+77+162=427 (56% of max value = 765). Red value is 188 (73.83% from 255 or 44.03% from 427); Green value is 77 (30.47% from 255 or 18.03% from 427); Blue value is 162 (63.67% from 255 or 37.94% from 427); Max value from RGB is 188 - color contains mainly: red. Hex color #BC4DA2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #BC4DA2 is #43B25D. Grayscale: #777777. Windows color (decimal): -4436574 or 10636732. OLE color: 10636732.

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

Color convert

RGB 188 77 162 -
CMYK 0 0.59 0.14 0.26
HSL 314.05º 0.45% 0.52% -
HSV(B) 314.05º 0.59% 0.74% -
XYZ 29.91 18.61 36.2 -
YUV 119.88 151.77 176.59 -
System Red Green Blue C M Y K H S L
Decimal 188 77 162 0 0.59 0.14 0.26 314.05 0.45 0.52
Hex BC 4D A2 0 3B E 1A 13A 2D 34
Octal 274 115 242 0 73 16 32 472 55 64
Binary 10111100 1001101 10100010 0 111011 1110 11010 100111010 101101 110100

Color Harmonies of #BC4DA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC4DA2

Black with #BC4DA2

Text Example


Text Example

White with #BC4DA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC4DA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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