Html Css Color HEX #B0228F Medium Red Violet

📋 copy color: '#B0228F'

red 176 ◦ green 34 ◦ blue 143

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

Shades of Medium Red Violet #B0228F

Tints of Medium Red Violet #B0228F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 40.51%

R = 49.86%
G = 9.63%
B = 40.51%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#B0228F (or 0xB0228F) is known color: Medium Red Violet. HEX triplet: B0, 22 and 8F. RGB value is (176,34,143). Sum of RGB (Red+Green+Blue) = 176+34+143=353 (46% of max value = 765). Red value is 176 (69.14% from 255 or 49.86% from 353); Green value is 34 (13.67% from 255 or 9.63% from 353); Blue value is 143 (56.25% from 255 or 40.51% from 353); Max value from RGB is 176 - color contains mainly: red. Hex color #B0228F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B0228F is #4FDD70. Grayscale: #585858. Windows color (decimal): -5234033 or 9380528. OLE color: 9380528.

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

Color convert

RGB 176 34 143 -
CMYK 0 0.81 0.19 0.31
HSL 313.94º 0.68% 0.41% -
HSV(B) 313.94º 0.81% 0.69% -
XYZ 23.43 12.36 27.14 -
YUV 88.88 158.54 190.14 -
System Red Green Blue C M Y K H S L
Decimal 176 34 143 0 0.81 0.19 0.31 313.94 0.68 0.41
Hex B0 22 8F 0 51 13 1F 13A 44 29
Octal 260 42 217 0 121 23 37 472 104 51
Binary 10110000 100010 10001111 0 1010001 10011 11111 100111010 1000100 101001

Color Harmonies of #B0228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0228F

Black with #B0228F

Text Example


Text Example

White with #B0228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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