Html Css Color HEX #B0227A Medium Red Violet

📋 copy color: '#B0227A'

red 176 ◦ green 34 ◦ blue 122

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

Shades of Medium Red Violet #B0227A

Tints of Medium Red Violet #B0227A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.75%

R = 53.01%
G = 10.24%
B = 36.75%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0227A (or 0xB0227A) is known color: Medium Red Violet. HEX triplet: B0, 22 and 7A. RGB value is (176,34,122). Sum of RGB (Red+Green+Blue) = 176+34+122=332 (43% of max value = 765). Red value is 176 (69.14% from 255 or 53.01% from 332); Green value is 34 (13.67% from 255 or 10.24% from 332); Blue value is 122 (48.05% from 255 or 36.75% from 332); Max value from RGB is 176 - color contains mainly: red. Hex color #B0227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0227A is #4FDD85. Grayscale: #565656. Windows color (decimal): -5234054 or 8004272. OLE color: 8004272.

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

Color convert

RGB 176 34 122 -
CMYK 0 0.81 0.31 0.31
HSL 322.82º 0.68% 0.41% -
HSV(B) 322.82º 0.81% 0.69% -
XYZ 21.99 11.78 19.53 -
YUV 86.49 148.04 191.84 -
System Red Green Blue C M Y K H S L
Decimal 176 34 122 0 0.81 0.31 0.31 322.82 0.68 0.41
Hex B0 22 7A 0 51 1F 1F 143 44 29
Octal 260 42 172 0 121 37 37 503 104 51
Binary 10110000 100010 1111010 0 1010001 11111 11111 101000011 1000100 101001

Color Harmonies of #B0227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0227A

Black with #B0227A

Text Example


Text Example

White with #B0227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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