Html Css Color HEX #BC22AA Medium Violet Red

📋 copy color: '#BC22AA'

red 188 ◦ green 34 ◦ blue 170

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

Shades of Medium Violet Red #BC22AA

Tints of Medium Violet Red #BC22AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 43.37%

R = 47.96%
G = 8.67%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.10

 K value IS 0.26

RGB Variations

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

Color information

#BC22AA (or 0xBC22AA) is known color: Medium Violet Red. HEX triplet: BC, 22 and AA. RGB value is (188,34,170). Sum of RGB (Red+Green+Blue) = 188+34+170=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 34 (13.67% from 255 or 8.67% from 392); Blue value is 170 (66.80% from 255 or 43.37% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC22AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC22AA is #43DD55. Grayscale: #5F5F5F. Windows color (decimal): -4447574 or 11150012. OLE color: 11150012.

HSL color Cylindrical-coordinate representation of color #BC22AA: hue angle of 307.01º 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 #BC22AA is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.26.

Color convert

RGB 188 34 170 -
CMYK 0 0.82 0.10 0.26
HSL 307.01º 0.69% 0.44% -
HSV(B) 307.01º 0.82% 0.74% -
XYZ 28.57 14.74 39.37 -
YUV 95.55 170.02 193.94 -
System Red Green Blue C M Y K H S L
Decimal 188 34 170 0 0.82 0.10 0.26 307.01 0.69 0.44
Hex BC 22 AA 0 52 A 1A 133 45 2C
Octal 274 42 252 0 122 12 32 463 105 54
Binary 10111100 100010 10101010 0 1010010 1010 11010 100110011 1000101 101100

Color Harmonies of #BC22AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC22AA

Black with #BC22AA

Text Example


Text Example

White with #BC22AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC22AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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