Html Css Color HEX #B222A7 Medium Red Violet

📋 copy color: '#B222A7'

red 178 ◦ green 34 ◦ blue 167

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

Shades of Medium Red Violet #B222A7

Tints of Medium Red Violet #B222A7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 44.06%

R = 46.97%
G = 8.97%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B222A7 (or 0xB222A7) is known color: Medium Red Violet. HEX triplet: B2, 22 and A7. RGB value is (178,34,167). Sum of RGB (Red+Green+Blue) = 178+34+167=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 34 (13.67% from 255 or 8.97% from 379); Blue value is 167 (65.62% from 255 or 44.06% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B222A7 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B222A7 is #4DDD58. Grayscale: #5B5B5B. Windows color (decimal): -5102937 or 10953394. OLE color: 10953394.

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

Color convert

RGB 178 34 167 -
CMYK 0 0.81 0.06 0.30
HSL 304.58º 0.68% 0.42% -
HSV(B) 304.58º 0.81% 0.7% -
XYZ 25.91 13.4 37.78 -
YUV 92.22 170.21 189.19 -
System Red Green Blue C M Y K H S L
Decimal 178 34 167 0 0.81 0.06 0.30 304.58 0.68 0.42
Hex B2 22 A7 0 51 6 1E 131 44 2A
Octal 262 42 247 0 121 6 36 461 104 52
Binary 10110010 100010 10100111 0 1010001 110 11110 100110001 1000100 101010

Color Harmonies of #B222A7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B222A7

Black with #B222A7

Text Example


Text Example

White with #B222A7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B222A7; }

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

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

background-color css

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

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

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

border-color css

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

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

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