Html Css Color HEX #B22B8C Medium Red Violet

📋 copy color: '#B22B8C'

red 178 ◦ green 43 ◦ blue 140

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

Shades of Medium Red Violet #B22B8C

Tints of Medium Red Violet #B22B8C

RGB

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

 GREEN value IS 43 (17.19% from 255) = 11.91%

 BLUE value IS 140 (55.08% from 255) = 38.78%

R = 49.31%
G = 11.91%
B = 38.78%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.21

 K value IS 0.30

RGB Variations

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

Color information

#B22B8C (or 0xB22B8C) is known color: Medium Red Violet. HEX triplet: B2, 2B and 8C. RGB value is (178,43,140). Sum of RGB (Red+Green+Blue) = 178+43+140=361 (47% of max value = 765). Red value is 178 (69.92% from 255 or 49.31% from 361); Green value is 43 (17.19% from 255 or 11.91% from 361); Blue value is 140 (55.08% from 255 or 38.78% from 361); Max value from RGB is 178 - color contains mainly: red. Hex color #B22B8C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B22B8C is #4DD473. Grayscale: #5E5E5E. Windows color (decimal): -5100660 or 9186226. OLE color: 9186226.

HSL color Cylindrical-coordinate representation of color #B22B8C: hue angle of 316.89º degrees, saturation: 0.61, 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 #B22B8C is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 43 140 -
CMYK 0 0.76 0.21 0.30
HSL 316.89º 0.61% 0.43% -
HSV(B) 316.89º 0.76% 0.7% -
XYZ 23.96 13.09 26.07 -
YUV 94.42 153.73 187.61 -
System Red Green Blue C M Y K H S L
Decimal 178 43 140 0 0.76 0.21 0.30 316.89 0.61 0.43
Hex B2 2B 8C 0 4C 15 1E 13D 3D 2B
Octal 262 53 214 0 114 25 36 475 75 53
Binary 10110010 101011 10001100 0 1001100 10101 11110 100111101 111101 101011

Color Harmonies of #B22B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B22B8C

Black with #B22B8C

Text Example


Text Example

White with #B22B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B22B8C; }

 p { color: rgb(178,43,140); }

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

background-color css

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

 a { background-color: rgb(178,43,140); }

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

border-color css

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

 span { border-color: rgb(178,43,140); }

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