Html Css Color HEX #B0226F Medium Red Violet

📋 copy color: '#B0226F'

red 176 ◦ green 34 ◦ blue 111

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

Shades of Medium Red Violet #B0226F

Tints of Medium Red Violet #B0226F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 34.58%

R = 54.83%
G = 10.59%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.37

 K value IS 0.31

RGB Variations

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

Color information

#B0226F (or 0xB0226F) is known color: Medium Red Violet. HEX triplet: B0, 22 and 6F. RGB value is (176,34,111). Sum of RGB (Red+Green+Blue) = 176+34+111=321 (42% of max value = 765). Red value is 176 (69.14% from 255 or 54.83% from 321); Green value is 34 (13.67% from 255 or 10.59% from 321); Blue value is 111 (43.75% from 255 or 34.58% from 321); Max value from RGB is 176 - color contains mainly: red. Hex color #B0226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0226F is #4FDD90. Grayscale: #555555. Windows color (decimal): -5234065 or 7283376. OLE color: 7283376.

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

Color convert

RGB 176 34 111 -
CMYK 0 0.81 0.37 0.31
HSL 327.46º 0.68% 0.41% -
HSV(B) 327.46º 0.81% 0.69% -
XYZ 21.35 11.52 16.14 -
YUV 85.24 142.54 192.74 -
System Red Green Blue C M Y K H S L
Decimal 176 34 111 0 0.81 0.37 0.31 327.46 0.68 0.41
Hex B0 22 6F 0 51 25 1F 147 44 29
Octal 260 42 157 0 121 45 37 507 104 51
Binary 10110000 100010 1101111 0 1010001 100101 11111 101000111 1000100 101001

Color Harmonies of #B0226F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0226F

Black with #B0226F

Text Example


Text Example

White with #B0226F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0226F; }

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

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

background-color css

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

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

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

border-color css

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

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

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