Html Css Color HEX #B8229F Medium Red Violet

📋 copy color: '#B8229F'

red 184 ◦ green 34 ◦ blue 159

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

Shades of Medium Red Violet #B8229F

Tints of Medium Red Violet #B8229F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 42.18%

R = 48.81%
G = 9.02%
B = 42.18%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.14

 K value IS 0.28

RGB Variations

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

Color information

#B8229F (or 0xB8229F) is known color: Medium Red Violet. HEX triplet: B8, 22 and 9F. RGB value is (184,34,159). Sum of RGB (Red+Green+Blue) = 184+34+159=377 (49% of max value = 765). Red value is 184 (72.27% from 255 or 48.81% from 377); Green value is 34 (13.67% from 255 or 9.02% from 377); Blue value is 159 (62.5% from 255 or 42.18% from 377); Max value from RGB is 184 - color contains mainly: red. Hex color #B8229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B8229F is #47DD60. Grayscale: #5C5C5C. Windows color (decimal): -4709729 or 10429112. OLE color: 10429112.

HSL color Cylindrical-coordinate representation of color #B8229F: hue angle of 310º 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 #B8229F is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 34 159 -
CMYK 0 0.82 0.14 0.28
HSL 310º 0.69% 0.43% -
HSV(B) 310º 0.82% 0.72% -
XYZ 26.6 13.84 34.07 -
YUV 93.1 165.2 192.84 -
System Red Green Blue C M Y K H S L
Decimal 184 34 159 0 0.82 0.14 0.28 310 0.69 0.43
Hex B8 22 9F 0 52 E 1C 136 45 2B
Octal 270 42 237 0 122 16 34 466 105 53
Binary 10111000 100010 10011111 0 1010010 1110 11100 100110110 1000101 101011

Color Harmonies of #B8229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8229F

Black with #B8229F

Text Example


Text Example

White with #B8229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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