Html Css Color HEX #B8228F Medium Red Violet

📋 copy color: '#B8228F'

red 184 ◦ green 34 ◦ blue 143

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

Shades of Medium Red Violet #B8228F

Tints of Medium Red Violet #B8228F

RGB

 RED value IS 184 (72.27% from 255) = 50.97%

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

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

R = 50.97%
G = 9.42%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.22

 K value IS 0.28

RGB Variations

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

Color information

#B8228F (or 0xB8228F) is known color: Medium Red Violet. HEX triplet: B8, 22 and 8F. RGB value is (184,34,143). Sum of RGB (Red+Green+Blue) = 184+34+143=361 (47% of max value = 765). Red value is 184 (72.27% from 255 or 50.97% from 361); Green value is 34 (13.67% from 255 or 9.42% from 361); Blue value is 143 (56.25% from 255 or 39.61% from 361); Max value from RGB is 184 - color contains mainly: red. Hex color #B8228F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8228F is #47DD70. Grayscale: #5A5A5A. Windows color (decimal): -4709745 or 9380536. OLE color: 9380536.

HSL color Cylindrical-coordinate representation of color #B8228F: hue angle of 316.4º degrees, saturation: 0.69, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B8228F is Cyan = 0, Magento = 0.82, Yellow = 0.22 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 34 143 -
CMYK 0 0.82 0.22 0.28
HSL 316.4º 0.69% 0.43% -
HSV(B) 316.4º 0.82% 0.72% -
XYZ 25.3 13.32 27.22 -
YUV 91.28 157.2 194.14 -
System Red Green Blue C M Y K H S L
Decimal 184 34 143 0 0.82 0.22 0.28 316.4 0.69 0.43
Hex B8 22 8F 0 52 16 1C 13C 45 2B
Octal 270 42 217 0 122 26 34 474 105 53
Binary 10111000 100010 10001111 0 1010010 10110 11100 100111100 1000101 101011

Color Harmonies of #B8228F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8228F

Black with #B8228F

Text Example


Text Example

White with #B8228F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8228F; }

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

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

background-color css

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

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

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

border-color css

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

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

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