Html Css Color HEX #B210A2 Medium Violet Red

📋 copy color: '#B210A2'

red 178 ◦ green 16 ◦ blue 162

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

Shades of Medium Violet Red #B210A2

Tints of Medium Violet Red #B210A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 45.51%

R = 50%
G = 4.49%
B = 45.51%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B210A2 (or 0xB210A2) is known color: Medium Violet Red. HEX triplet: B2, 10 and A2. RGB value is (178,16,162). Sum of RGB (Red+Green+Blue) = 178+16+162=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 16 (6.64% from 255 or 4.49% from 356); Blue value is 162 (63.67% from 255 or 45.51% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B210A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B210A2 is #4DEF5D. Grayscale: #505050. Windows color (decimal): -5107550 or 10621106. OLE color: 10621106.

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

Color convert

RGB 178 16 162 -
CMYK 0 0.91 0.09 0.30
HSL 305.93º 0.84% 0.38% -
HSV(B) 305.93º 0.91% 0.7% -
XYZ 25.07 12.44 35.26 -
YUV 81.08 173.67 197.13 -
System Red Green Blue C M Y K H S L
Decimal 178 16 162 0 0.91 0.09 0.30 305.93 0.84 0.38
Hex B2 10 A2 0 5B 9 1E 132 54 26
Octal 262 20 242 0 133 11 36 462 124 46
Binary 10110010 10000 10100010 0 1011011 1001 11110 100110010 1010100 100110

Color Harmonies of #B210A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B210A2

Black with #B210A2

Text Example


Text Example

White with #B210A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B210A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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