Html Css Color HEX #BC00A2 Medium Violet Red

📋 copy color: '#BC00A2'

red 188 ◦ green 0 ◦ blue 162

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

Shades of Medium Violet Red #BC00A2

Tints of Medium Violet Red #BC00A2

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 53.71%
G = 0%
B = 46.29%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.14

 K value IS 0.26

RGB Variations

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

Color information

#BC00A2 (or 0xBC00A2) is known color: Medium Violet Red. HEX triplet: BC, 00 and A2. RGB value is (188,0,162). Sum of RGB (Red+Green+Blue) = 188+0+162=350 (46% of max value = 765). Red value is 188 (73.83% from 255 or 53.71% from 350); Green value is 0 (0.39% from 255 or 0% from 350); Blue value is 162 (63.67% from 255 or 46.29% from 350); Max value from RGB is 188 - color contains mainly: red. Hex color #BC00A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #BC00A2 is #43FF5D. Grayscale: #4A4A4A. Windows color (decimal): -4456286 or 10617020. OLE color: 10617020.

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

Color convert

RGB 188 0 162 -
CMYK 0 1 0.14 0.26
HSL 308.3º 1% 0.37% -
HSV(B) 308.3º 1% 0.74% -
XYZ 27.26 13.3 35.31 -
YUV 74.68 177.28 208.83 -
System Red Green Blue C M Y K H S L
Decimal 188 0 162 0 1 0.14 0.26 308.3 1 0.37
Hex BC 0 A2 0 64 E 1A 134 64 25
Octal 274 0 242 0 144 16 32 464 144 45
Binary 10111100 0 10100010 0 1100100 1110 11010 100110100 1100100 100101

Color Harmonies of #BC00A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC00A2

Black with #BC00A2

Text Example


Text Example

White with #BC00A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC00A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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