Html Css Color HEX #BC12A2 Medium Violet Red

📋 copy color: '#BC12A2'

red 188 ◦ green 18 ◦ blue 162

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

Shades of Medium Violet Red #BC12A2

Tints of Medium Violet Red #BC12A2

RGB

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

 GREEN value IS 18 (7.42% from 255) = 4.89%

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

R = 51.09%
G = 4.89%
B = 44.02%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC12A2 (or 0xBC12A2) is known color: Medium Violet Red. HEX triplet: BC, 12 and A2. RGB value is (188,18,162). Sum of RGB (Red+Green+Blue) = 188+18+162=368 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.09% from 368); Green value is 18 (7.42% from 255 or 4.89% from 368); Blue value is 162 (63.67% from 255 or 44.02% from 368); Max value from RGB is 188 - color contains mainly: red. Hex color #BC12A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC12A2 is #43ED5D. Grayscale: #545454. Windows color (decimal): -4451678 or 10621628. OLE color: 10621628.

HSL color Cylindrical-coordinate representation of color #BC12A2: hue angle of 309.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #BC12A2 is Cyan = 0, Magento = 0.90, Yellow = 0.14 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 18 162 -
CMYK 0 0.90 0.14 0.26
HSL 309.18º 0.83% 0.4% -
HSV(B) 309.18º 0.9% 0.74% -
XYZ 27.48 13.73 35.38 -
YUV 85.25 171.32 201.29 -
System Red Green Blue C M Y K H S L
Decimal 188 18 162 0 0.90 0.14 0.26 309.18 0.83 0.4
Hex BC 12 A2 0 5A E 1A 135 53 28
Octal 274 22 242 0 132 16 32 465 123 50
Binary 10111100 10010 10100010 0 1011010 1110 11010 100110101 1010011 101000

Color Harmonies of #BC12A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC12A2

Black with #BC12A2

Text Example


Text Example

White with #BC12A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC12A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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