Html Css Color HEX #B22A9F Medium Red Violet

📋 copy color: '#B22A9F'

red 178 ◦ green 42 ◦ blue 159

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

Shades of Medium Red Violet #B22A9F

Tints of Medium Red Violet #B22A9F

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.08%

 BLUE value IS 159 (62.5% from 255) = 41.95%

R = 46.97%
G = 11.08%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B22A9F (or 0xB22A9F) is known color: Medium Red Violet. HEX triplet: B2, 2A and 9F. RGB value is (178,42,159). Sum of RGB (Red+Green+Blue) = 178+42+159=379 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.97% from 379); Green value is 42 (16.80% from 255 or 11.08% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 178 - color contains mainly: red. Hex color #B22A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22A9F is #4DD560. Grayscale: #5F5F5F. Windows color (decimal): -5100897 or 10431154. OLE color: 10431154.

HSL color Cylindrical-coordinate representation of color #B22A9F: hue angle of 308.38º degrees, saturation: 0.62, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B22A9F is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 42 159 -
CMYK 0 0.76 0.11 0.30
HSL 308.38º 0.62% 0.43% -
HSV(B) 308.38º 0.76% 0.7% -
XYZ 25.45 13.62 34.09 -
YUV 96 163.56 186.49 -
System Red Green Blue C M Y K H S L
Decimal 178 42 159 0 0.76 0.11 0.30 308.38 0.62 0.43
Hex B2 2A 9F 0 4C B 1E 134 3E 2B
Octal 262 52 237 0 114 13 36 464 76 53
Binary 10110010 101010 10011111 0 1001100 1011 11110 100110100 111110 101011

Color Harmonies of #B22A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22A9F

Black with #B22A9F

Text Example


Text Example

White with #B22A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22A9F; }

 p { color: rgb(178,42,159); }

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

background-color css

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

 a { background-color: rgb(178,42,159); }

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

border-color css

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

 span { border-color: rgb(178,42,159); }

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