Html Css Color HEX #B222AB Medium Red Violet

📋 copy color: '#B222AB'

red 178 ◦ green 34 ◦ blue 171

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

Shades of Medium Red Violet #B222AB

Tints of Medium Red Violet #B222AB

RGB

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

 GREEN value IS 34 (13.67% from 255) = 8.88%

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

R = 46.48%
G = 8.88%
B = 44.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.04

 K value IS 0.30

RGB Variations

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

Color information

#B222AB (or 0xB222AB) is known color: Medium Red Violet. HEX triplet: B2, 22 and AB. RGB value is (178,34,171). Sum of RGB (Red+Green+Blue) = 178+34+171=383 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.48% from 383); Green value is 34 (13.67% from 255 or 8.88% from 383); Blue value is 171 (67.19% from 255 or 44.65% from 383); Max value from RGB is 178 - color contains mainly: red. Hex color #B222AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B222AB is #4DDD54. Grayscale: #5C5C5C. Windows color (decimal): -5102933 or 11215538. OLE color: 11215538.

HSL color Cylindrical-coordinate representation of color #B222AB: hue angle of 302.92º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B222AB is Cyan = 0, Magento = 0.81, Yellow = 0.04 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 34 171 -
CMYK 0 0.81 0.04 0.30
HSL 302.92º 0.68% 0.42% -
HSV(B) 302.92º 0.81% 0.7% -
XYZ 26.28 13.55 39.76 -
YUV 92.67 172.21 188.86 -
System Red Green Blue C M Y K H S L
Decimal 178 34 171 0 0.81 0.04 0.30 302.92 0.68 0.42
Hex B2 22 AB 0 51 4 1E 12F 44 2A
Octal 262 42 253 0 121 4 36 457 104 52
Binary 10110010 100010 10101011 0 1010001 100 11110 100101111 1000100 101010

Color Harmonies of #B222AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222AB

Black with #B222AB

Text Example


Text Example

White with #B222AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222AB; }

 p { color: rgb(178,34,171); }

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

background-color css

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

 a { background-color: rgb(178,34,171); }

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

border-color css

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

 span { border-color: rgb(178,34,171); }

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