Html Css Color HEX #B22F83 Medium Red Violet

📋 copy color: '#B22F83'

red 178 ◦ green 47 ◦ blue 131

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

Shades of Medium Red Violet #B22F83

Tints of Medium Red Violet #B22F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 36.8%

R = 50%
G = 13.2%
B = 36.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B22F83 (or 0xB22F83) is known color: Medium Red Violet. HEX triplet: B2, 2F and 83. RGB value is (178,47,131). Sum of RGB (Red+Green+Blue) = 178+47+131=356 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50% from 356); Green value is 47 (18.75% from 255 or 13.20% from 356); Blue value is 131 (51.56% from 255 or 36.80% from 356); Max value from RGB is 178 - color contains mainly: red. Hex color #B22F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22F83 is #4DD07C. Grayscale: #5F5F5F. Windows color (decimal): -5099645 or 8597426. OLE color: 8597426.

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

Color convert

RGB 178 47 131 -
CMYK 0 0.74 0.26 0.30
HSL 321.53º 0.58% 0.44% -
HSV(B) 321.53º 0.74% 0.7% -
XYZ 23.47 13.14 22.77 -
YUV 95.75 147.9 186.67 -
System Red Green Blue C M Y K H S L
Decimal 178 47 131 0 0.74 0.26 0.30 321.53 0.58 0.44
Hex B2 2F 83 0 4A 1A 1E 142 3A 2C
Octal 262 57 203 0 112 32 36 502 72 54
Binary 10110010 101111 10000011 0 1001010 11010 11110 101000010 111010 101100

Color Harmonies of #B22F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22F83

Black with #B22F83

Text Example


Text Example

White with #B22F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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