Html Css Color HEX #BC21AA Medium Violet Red

📋 copy color: '#BC21AA'

red 188 ◦ green 33 ◦ blue 170

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

Shades of Medium Violet Red #BC21AA

Tints of Medium Violet Red #BC21AA

RGB

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

 GREEN value IS 33 (13.28% from 255) = 8.44%

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

R = 48.08%
G = 8.44%
B = 43.48%

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

#BC21AA (or 0xBC21AA) is known color: Medium Violet Red. HEX triplet: BC, 21 and AA. RGB value is (188,33,170). Sum of RGB (Red+Green+Blue) = 188+33+170=391 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.08% from 391); Green value is 33 (13.28% from 255 or 8.44% from 391); Blue value is 170 (66.80% from 255 or 43.48% from 391); Max value from RGB is 188 - color contains mainly: red. Hex color #BC21AA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC21AA is #43DE55. Grayscale: #5E5E5E. Windows color (decimal): -4447830 or 11149756. OLE color: 11149756.

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

Color convert

RGB 188 33 170 -
CMYK 0 0.82 0.10 0.26
HSL 306.97º 0.7% 0.43% -
HSV(B) 306.97º 0.82% 0.74% -
XYZ 28.54 14.68 39.36 -
YUV 94.96 170.35 194.36 -
System Red Green Blue C M Y K H S L
Decimal 188 33 170 0 0.82 0.10 0.26 306.97 0.7 0.43
Hex BC 21 AA 0 52 A 1A 133 46 2B
Octal 274 41 252 0 122 12 32 463 106 53
Binary 10111100 100001 10101010 0 1010010 1010 11010 100110011 1000110 101011

Color Harmonies of #BC21AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC21AA

Black with #BC21AA

Text Example


Text Example

White with #BC21AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC21AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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