Html Css Color HEX #BC21AB Medium Violet Red

📋 copy color: '#BC21AB'

red 188 ◦ green 33 ◦ blue 171

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

Shades of Medium Violet Red #BC21AB

Tints of Medium Violet Red #BC21AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 43.62%

R = 47.96%
G = 8.42%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.09

 K value IS 0.26

RGB Variations

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

Color information

#BC21AB (or 0xBC21AB) is known color: Medium Violet Red. HEX triplet: BC, 21 and AB. RGB value is (188,33,171). Sum of RGB (Red+Green+Blue) = 188+33+171=392 (51% of max value = 765). Red value is 188 (73.83% from 255 or 47.96% from 392); Green value is 33 (13.28% from 255 or 8.42% from 392); Blue value is 171 (67.19% from 255 or 43.62% from 392); Max value from RGB is 188 - color contains mainly: red. Hex color #BC21AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #BC21AB is #43DE54. Grayscale: #5E5E5E. Windows color (decimal): -4447829 or 11215292. OLE color: 11215292.

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

Color convert

RGB 188 33 171 -
CMYK 0 0.82 0.09 0.26
HSL 306.58º 0.7% 0.43% -
HSV(B) 306.58º 0.82% 0.74% -
XYZ 28.63 14.72 39.86 -
YUV 95.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 188 33 171 0 0.82 0.09 0.26 306.58 0.7 0.43
Hex BC 21 AB 0 52 9 1A 133 46 2B
Octal 274 41 253 0 122 11 32 463 106 53
Binary 10111100 100001 10101011 0 1010010 1001 11010 100110011 1000110 101011

Color Harmonies of #BC21AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BC21AB

Black with #BC21AB

Text Example


Text Example

White with #BC21AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BC21AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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