Html Css Color HEX #B3229F Medium Red Violet

📋 copy color: '#B3229F'

red 179 ◦ green 34 ◦ blue 159

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

Shades of Medium Red Violet #B3229F

Tints of Medium Red Violet #B3229F

RGB

 RED value IS 179 (70.31% from 255) = 48.12%

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

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

R = 48.12%
G = 9.14%
B = 42.74%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3229F (or 0xB3229F) is known color: Medium Red Violet. HEX triplet: B3, 22 and 9F. RGB value is (179,34,159). Sum of RGB (Red+Green+Blue) = 179+34+159=372 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.12% from 372); Green value is 34 (13.67% from 255 or 9.14% from 372); Blue value is 159 (62.5% from 255 or 42.74% from 372); Max value from RGB is 179 - color contains mainly: red. Hex color #B3229F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3229F is #4CDD60. Grayscale: #5B5B5B. Windows color (decimal): -5037409 or 10429107. OLE color: 10429107.

HSL color Cylindrical-coordinate representation of color #B3229F: hue angle of 308.28º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B3229F is Cyan = 0, Magento = 0.81, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 34 159 -
CMYK 0 0.81 0.11 0.30
HSL 308.28º 0.68% 0.42% -
HSV(B) 308.28º 0.81% 0.7% -
XYZ 25.42 13.23 34.01 -
YUV 91.61 166.04 190.34 -
System Red Green Blue C M Y K H S L
Decimal 179 34 159 0 0.81 0.11 0.30 308.28 0.68 0.42
Hex B3 22 9F 0 51 B 1E 134 44 2A
Octal 263 42 237 0 121 13 36 464 104 52
Binary 10110011 100010 10011111 0 1010001 1011 11110 100110100 1000100 101010

Color Harmonies of #B3229F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3229F

Black with #B3229F

Text Example


Text Example

White with #B3229F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3229F; }

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

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

background-color css

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

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

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

border-color css

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

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

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