Html Css Color HEX #B2228F Medium Red Violet

📋 copy color: '#B2228F'

red 178 ◦ green 34 ◦ blue 143

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

Shades of Medium Red Violet #B2228F

Tints of Medium Red Violet #B2228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.28%

R = 50.14%
G = 9.58%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B2228F (or 0xB2228F) is known color: Medium Red Violet. HEX triplet: B2, 22 and 8F. RGB value is (178,34,143). Sum of RGB (Red+Green+Blue) = 178+34+143=355 (47% of max value = 765). Red value is 178 (69.92% from 255 or 50.14% from 355); Green value is 34 (13.67% from 255 or 9.58% from 355); Blue value is 143 (56.25% from 255 or 40.28% from 355); Max value from RGB is 178 - color contains mainly: red. Hex color #B2228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2228F is #4DDD70. Grayscale: #595959. Windows color (decimal): -5102961 or 9380530. OLE color: 9380530.

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

Color convert

RGB 178 34 143 -
CMYK 0 0.81 0.20 0.30
HSL 314.58º 0.68% 0.42% -
HSV(B) 314.58º 0.81% 0.7% -
XYZ 23.89 12.59 27.16 -
YUV 89.48 158.21 191.14 -
System Red Green Blue C M Y K H S L
Decimal 178 34 143 0 0.81 0.20 0.30 314.58 0.68 0.42
Hex B2 22 8F 0 51 14 1E 13B 44 2A
Octal 262 42 217 0 121 24 36 473 104 52
Binary 10110010 100010 10001111 0 1010001 10100 11110 100111011 1000100 101010

Color Harmonies of #B2228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2228F

Black with #B2228F

Text Example


Text Example

White with #B2228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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