Html Css Color HEX #B0227C Medium Red Violet

📋 copy color: '#B0227C'

red 176 ◦ green 34 ◦ blue 124

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

Shades of Medium Red Violet #B0227C

Tints of Medium Red Violet #B0227C

RGB

 RED value IS 176 (69.14% from 255) = 52.69%

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

 BLUE value IS 124 (48.83% from 255) = 37.13%

R = 52.69%
G = 10.18%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B0227C (or 0xB0227C) is known color: Medium Red Violet. HEX triplet: B0, 22 and 7C. RGB value is (176,34,124). Sum of RGB (Red+Green+Blue) = 176+34+124=334 (44% of max value = 765). Red value is 176 (69.14% from 255 or 52.69% from 334); Green value is 34 (13.67% from 255 or 10.18% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 176 - color contains mainly: red. Hex color #B0227C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0227C is #4FDD83. Grayscale: #565656. Windows color (decimal): -5234052 or 8135344. OLE color: 8135344.

HSL color Cylindrical-coordinate representation of color #B0227C: hue angle of 321.97º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B0227C is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 34 124 -
CMYK 0 0.81 0.30 0.31
HSL 321.97º 0.68% 0.41% -
HSV(B) 321.97º 0.81% 0.69% -
XYZ 22.11 11.83 20.19 -
YUV 86.72 149.04 191.68 -
System Red Green Blue C M Y K H S L
Decimal 176 34 124 0 0.81 0.30 0.31 321.97 0.68 0.41
Hex B0 22 7C 0 51 1E 1F 142 44 29
Octal 260 42 174 0 121 36 37 502 104 51
Binary 10110000 100010 1111100 0 1010001 11110 11111 101000010 1000100 101001

Color Harmonies of #B0227C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0227C

Black with #B0227C

Text Example


Text Example

White with #B0227C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0227C; }

 p { color: rgb(176,34,124); }

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

background-color css

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

 a { background-color: rgb(176,34,124); }

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

border-color css

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

 span { border-color: rgb(176,34,124); }

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