Html Css Color HEX #B2229D Medium Red Violet

📋 copy color: '#B2229D'

red 178 ◦ green 34 ◦ blue 157

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

Shades of Medium Red Violet #B2229D

Tints of Medium Red Violet #B2229D

RGB

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

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

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

R = 48.24%
G = 9.21%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B2229D (or 0xB2229D) is known color: Medium Red Violet. HEX triplet: B2, 22 and 9D. RGB value is (178,34,157). Sum of RGB (Red+Green+Blue) = 178+34+157=369 (48% of max value = 765). Red value is 178 (69.92% from 255 or 48.24% from 369); Green value is 34 (13.67% from 255 or 9.21% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 178 - color contains mainly: red. Hex color #B2229D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B2229D is #4DDD62. Grayscale: #5A5A5A. Windows color (decimal): -5102947 or 10298034. OLE color: 10298034.

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

Color convert

RGB 178 34 157 -
CMYK 0 0.81 0.12 0.30
HSL 308.75º 0.68% 0.42% -
HSV(B) 308.75º 0.81% 0.7% -
XYZ 25.02 13.04 33.1 -
YUV 91.08 165.21 190 -
System Red Green Blue C M Y K H S L
Decimal 178 34 157 0 0.81 0.12 0.30 308.75 0.68 0.42
Hex B2 22 9D 0 51 C 1E 135 44 2A
Octal 262 42 235 0 121 14 36 465 104 52
Binary 10110010 100010 10011101 0 1010001 1100 11110 100110101 1000100 101010

Color Harmonies of #B2229D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2229D

Black with #B2229D

Text Example


Text Example

White with #B2229D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2229D; }

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

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

background-color css

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

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

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

border-color css

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

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

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