Html Css Color HEX #BC0EA2 Medium Violet Red

📋 copy color: '#BC0EA2'

red 188 ◦ green 14 ◦ blue 162

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

Shades of Medium Violet Red #BC0EA2

Tints of Medium Violet Red #BC0EA2

RGB

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

 GREEN value IS 14 (5.86% from 255) = 3.85%

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

R = 51.65%
G = 3.85%
B = 44.51%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC0EA2 (or 0xBC0EA2) is known color: Medium Violet Red. HEX triplet: BC, 0E and A2. RGB value is (188,14,162). Sum of RGB (Red+Green+Blue) = 188+14+162=364 (48% of max value = 765). Red value is 188 (73.83% from 255 or 51.65% from 364); Green value is 14 (5.86% from 255 or 3.85% from 364); Blue value is 162 (63.67% from 255 or 44.51% from 364); Max value from RGB is 188 - color contains mainly: red. Hex color #BC0EA2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC0EA2 is #43F15D. Grayscale: #525252. Windows color (decimal): -4452702 or 10620604. OLE color: 10620604.

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

Color convert

RGB 188 14 162 -
CMYK 0 0.93 0.14 0.26
HSL 308.97º 0.86% 0.4% -
HSV(B) 308.97º 0.93% 0.74% -
XYZ 27.42 13.61 35.37 -
YUV 82.9 172.65 202.97 -
System Red Green Blue C M Y K H S L
Decimal 188 14 162 0 0.93 0.14 0.26 308.97 0.86 0.4
Hex BC E A2 0 5D E 1A 135 56 28
Octal 274 16 242 0 135 16 32 465 126 50
Binary 10111100 1110 10100010 0 1011101 1110 11010 100110101 1010110 101000

Color Harmonies of #BC0EA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC0EA2

Black with #BC0EA2

Text Example


Text Example

White with #BC0EA2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC0EA2; }

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

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

background-color css

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

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

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

border-color css

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

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

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