Html Css Color HEX #BC42A2 Mulberry

📋 copy color: '#BC42A2'

red 188 ◦ green 66 ◦ blue 162

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

Shades of Mulberry #BC42A2

Tints of Mulberry #BC42A2

RGB

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

 GREEN value IS 66 (26.17% from 255) = 15.87%

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

R = 45.19%
G = 15.87%
B = 38.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC42A2 (or 0xBC42A2) is known color: Mulberry. HEX triplet: BC, 42 and A2. RGB value is (188,66,162). Sum of RGB (Red+Green+Blue) = 188+66+162=416 (55% of max value = 765). Red value is 188 (73.83% from 255 or 45.19% from 416); Green value is 66 (26.17% from 255 or 15.87% from 416); Blue value is 162 (63.67% from 255 or 38.94% from 416); Max value from RGB is 188 - color contains mainly: red. Hex color #BC42A2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC42A2 is #43BD5D. Grayscale: #717171. Windows color (decimal): -4439390 or 10633916. OLE color: 10633916.

HSL color Cylindrical-coordinate representation of color #BC42A2: hue angle of 312.79º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BC42A2 is Cyan = 0, Magento = 0.65, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 66 162 -
CMYK 0 0.65 0.14 0.26
HSL 312.79º 0.48% 0.5% -
HSV(B) 312.79º 0.65% 0.74% -
XYZ 29.21 17.2 35.96 -
YUV 113.42 155.42 181.19 -
System Red Green Blue C M Y K H S L
Decimal 188 66 162 0 0.65 0.14 0.26 312.79 0.48 0.5
Hex BC 42 A2 0 41 E 1A 139 30 32
Octal 274 102 242 0 101 16 32 471 60 62
Binary 10111100 1000010 10100010 0 1000001 1110 11010 100111001 110000 110010

Color Harmonies of #BC42A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC42A2

Black with #BC42A2

Text Example


Text Example

White with #BC42A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC42A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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