Html Css Color HEX #B2227D Medium Red Violet

📋 copy color: '#B2227D'

red 178 ◦ green 34 ◦ blue 125

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

Shades of Medium Red Violet #B2227D

Tints of Medium Red Violet #B2227D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 52.82%
G = 10.09%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.30

RGB Variations

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

Color information

#B2227D (or 0xB2227D) is known color: Medium Red Violet. HEX triplet: B2, 22 and 7D. RGB value is (178,34,125). Sum of RGB (Red+Green+Blue) = 178+34+125=337 (44% of max value = 765). Red value is 178 (69.92% from 255 or 52.82% from 337); Green value is 34 (13.67% from 255 or 10.09% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 178 - color contains mainly: red. Hex color #B2227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B2227D is #4DDD82. Grayscale: #575757. Windows color (decimal): -5102979 or 8200882. OLE color: 8200882.

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

Color convert

RGB 178 34 125 -
CMYK 0 0.81 0.30 0.30
HSL 322.08º 0.68% 0.42% -
HSV(B) 322.08º 0.81% 0.7% -
XYZ 22.63 12.09 20.54 -
YUV 87.43 149.21 192.6 -
System Red Green Blue C M Y K H S L
Decimal 178 34 125 0 0.81 0.30 0.30 322.08 0.68 0.42
Hex B2 22 7D 0 51 1E 1E 142 44 2A
Octal 262 42 175 0 121 36 36 502 104 52
Binary 10110010 100010 1111101 0 1010001 11110 11110 101000010 1000100 101010

Color Harmonies of #B2227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2227D

Black with #B2227D

Text Example


Text Example

White with #B2227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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