Html Css Color HEX #B22F9D Medium Red Violet

📋 copy color: '#B22F9D'

red 178 ◦ green 47 ◦ blue 157

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

Shades of Medium Red Violet #B22F9D

Tints of Medium Red Violet #B22F9D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 12.3%

 BLUE value IS 157 (61.72% from 255) = 41.1%

R = 46.6%
G = 12.3%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B22F9D (or 0xB22F9D) is known color: Medium Red Violet. HEX triplet: B2, 2F and 9D. RGB value is (178,47,157). Sum of RGB (Red+Green+Blue) = 178+47+157=382 (50% of max value = 765). Red value is 178 (69.92% from 255 or 46.60% from 382); Green value is 47 (18.75% from 255 or 12.30% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22F9D is #4DD062. Grayscale: #626262. Windows color (decimal): -5099619 or 10301362. OLE color: 10301362.

HSL color Cylindrical-coordinate representation of color #B22F9D: hue angle of 309.62º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B22F9D is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 47 157 -
CMYK 0 0.74 0.12 0.30
HSL 309.62º 0.58% 0.44% -
HSV(B) 309.62º 0.74% 0.7% -
XYZ 25.46 13.93 33.25 -
YUV 98.71 160.9 184.56 -
System Red Green Blue C M Y K H S L
Decimal 178 47 157 0 0.74 0.12 0.30 309.62 0.58 0.44
Hex B2 2F 9D 0 4A C 1E 136 3A 2C
Octal 262 57 235 0 112 14 36 466 72 54
Binary 10110010 101111 10011101 0 1001010 1100 11110 100110110 111010 101100

Color Harmonies of #B22F9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F9D

Black with #B22F9D

Text Example


Text Example

White with #B22F9D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F9D; }

 p { color: rgb(178,47,157); }

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

background-color css

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

 a { background-color: rgb(178,47,157); }

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

border-color css

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

 span { border-color: rgb(178,47,157); }

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