Html Css Color HEX #B222A4 Medium Red Violet

📋 copy color: '#B222A4'

red 178 ◦ green 34 ◦ blue 164

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

Shades of Medium Red Violet #B222A4

Tints of Medium Red Violet #B222A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 43.62%

R = 47.34%
G = 9.04%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B222A4 (or 0xB222A4) is known color: Medium Red Violet. HEX triplet: B2, 22 and A4. RGB value is (178,34,164). Sum of RGB (Red+Green+Blue) = 178+34+164=376 (49% of max value = 765). Red value is 178 (69.92% from 255 or 47.34% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 164 (64.45% from 255 or 43.62% from 376); Max value from RGB is 178 - color contains mainly: red. Hex color #B222A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B222A4 is #4DDD5B. Grayscale: #5B5B5B. Windows color (decimal): -5102940 or 10756786. OLE color: 10756786.

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

Color convert

RGB 178 34 164 -
CMYK 0 0.81 0.08 0.30
HSL 305.83º 0.68% 0.42% -
HSV(B) 305.83º 0.81% 0.7% -
XYZ 25.63 13.29 36.34 -
YUV 91.88 168.71 189.43 -
System Red Green Blue C M Y K H S L
Decimal 178 34 164 0 0.81 0.08 0.30 305.83 0.68 0.42
Hex B2 22 A4 0 51 8 1E 132 44 2A
Octal 262 42 244 0 121 10 36 462 104 52
Binary 10110010 100010 10100100 0 1010001 1000 11110 100110010 1000100 101010

Color Harmonies of #B222A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222A4

Black with #B222A4

Text Example


Text Example

White with #B222A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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