Html Css Color HEX #BC21A8 Medium Violet Red

📋 copy color: '#BC21A8'

red 188 ◦ green 33 ◦ blue 168

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

Shades of Medium Violet Red #BC21A8

Tints of Medium Violet Red #BC21A8

RGB

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

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

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

R = 48.33%
G = 8.48%
B = 43.19%

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

#BC21A8 (or 0xBC21A8) is known color: Medium Violet Red. HEX triplet: BC, 21 and A8. RGB value is (188,33,168). Sum of RGB (Red+Green+Blue) = 188+33+168=389 (51% of max value = 765). Red value is 188 (73.83% from 255 or 48.33% from 389); Green value is 33 (13.28% from 255 or 8.48% from 389); Blue value is 168 (66.02% from 255 or 43.19% from 389); Max value from RGB is 188 - color contains mainly: red. Hex color #BC21A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC21A8 is #43DE57. Grayscale: #5E5E5E. Windows color (decimal): -4447832 or 11018684. OLE color: 11018684.

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

Color convert

RGB 188 33 168 -
CMYK 0 0.82 0.11 0.26
HSL 307.74º 0.7% 0.43% -
HSV(B) 307.74º 0.82% 0.74% -
XYZ 28.35 14.61 38.37 -
YUV 94.74 169.35 194.52 -
System Red Green Blue C M Y K H S L
Decimal 188 33 168 0 0.82 0.11 0.26 307.74 0.7 0.43
Hex BC 21 A8 0 52 B 1A 134 46 2B
Octal 274 41 250 0 122 13 32 464 106 53
Binary 10111100 100001 10101000 0 1010010 1011 11010 100110100 1000110 101011

Color Harmonies of #BC21A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC21A8

Black with #BC21A8

Text Example


Text Example

White with #BC21A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC21A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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