Html Css Color HEX #B210A1 Medium Violet Red

📋 copy color: '#B210A1'

red 178 ◦ green 16 ◦ blue 161

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

Shades of Medium Violet Red #B210A1

Tints of Medium Violet Red #B210A1

RGB

 RED value IS 178 (69.92% from 255) = 50.14%

 GREEN value IS 16 (6.64% from 255) = 4.51%

 BLUE value IS 161 (63.28% from 255) = 45.35%

R = 50.14%
G = 4.51%
B = 45.35%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B210A1 (or 0xB210A1) is known color: Medium Violet Red. HEX triplet: B2, 10 and A1. RGB value is (178,16,161). Sum of RGB (Red+Green+Blue) = 178+16+161=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 161 (63.28% from 255 or 45.35% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B210A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B210A1 is #4DEF5E. Grayscale: #505050. Windows color (decimal): -5107551 or 10555570. OLE color: 10555570.

HSL color Cylindrical-coordinate representation of color #B210A1: hue angle of 306.3º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B210A1 is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 16 161 -
CMYK 0 0.91 0.10 0.30
HSL 306.3º 0.84% 0.38% -
HSV(B) 306.3º 0.91% 0.7% -
XYZ 24.98 12.41 34.8 -
YUV 80.97 173.17 197.21 -
System Red Green Blue C M Y K H S L
Decimal 178 16 161 0 0.91 0.10 0.30 306.3 0.84 0.38
Hex B2 10 A1 0 5B A 1E 132 54 26
Octal 262 20 241 0 133 12 36 462 124 46
Binary 10110010 10000 10100001 0 1011011 1010 11110 100110010 1010100 100110

Color Harmonies of #B210A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210A1

Black with #B210A1

Text Example


Text Example

White with #B210A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210A1; }

 p { color: rgb(178,16,161); }

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

background-color css

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

 a { background-color: rgb(178,16,161); }

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

border-color css

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

 span { border-color: rgb(178,16,161); }

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