Html Css Color HEX #BC22A8 Medium Violet Red

📋 copy color: '#BC22A8'

red 188 ◦ green 34 ◦ blue 168

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

Shades of Medium Violet Red #BC22A8

Tints of Medium Violet Red #BC22A8

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.72%

 BLUE value IS 168 (66.02% from 255) = 43.08%

R = 48.21%
G = 8.72%
B = 43.08%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.11

 K value IS 0.26

RGB Variations

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

Color information

#BC22A8 (or 0xBC22A8) is known color: Medium Violet Red. HEX triplet: BC, 22 and A8. RGB value is (188,34,168). Sum of RGB (Red+Green+Blue) = 188+34+168=390 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.21% from 390); Green value is 34 (13.67% from 255 or 8.72% from 390); Blue value is 168 (66.02% from 255 or 43.08% from 390); Max value from RGB is 188 - color contains mainly: red. Hex color #BC22A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC22A8 is #43DD57. Grayscale: #5E5E5E. Windows color (decimal): -4447576 or 11018940. OLE color: 11018940.

HSL color Cylindrical-coordinate representation of color #BC22A8: hue angle of 307.79º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BC22A8 is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 34 168 -
CMYK 0 0.82 0.11 0.26
HSL 307.79º 0.69% 0.44% -
HSV(B) 307.79º 0.82% 0.74% -
XYZ 28.38 14.66 38.38 -
YUV 95.32 169.02 194.1 -
System Red Green Blue C M Y K H S L
Decimal 188 34 168 0 0.82 0.11 0.26 307.79 0.69 0.44
Hex BC 22 A8 0 52 B 1A 134 45 2C
Octal 274 42 250 0 122 13 32 464 105 54
Binary 10111100 100010 10101000 0 1010010 1011 11010 100110100 1000101 101100

Color Harmonies of #BC22A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC22A8

Black with #BC22A8

Text Example


Text Example

White with #BC22A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC22A8; }

 p { color: rgb(188,34,168); }

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

background-color css

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

 a { background-color: rgb(188,34,168); }

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

border-color css

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

 span { border-color: rgb(188,34,168); }

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