Html Css Color HEX #B3249F Medium Red Violet

📋 copy color: '#B3249F'

red 179 ◦ green 36 ◦ blue 159

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

Shades of Medium Red Violet #B3249F

Tints of Medium Red Violet #B3249F

RGB

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

 GREEN value IS 36 (14.45% from 255) = 9.63%

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

R = 47.86%
G = 9.63%
B = 42.51%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3249F (or 0xB3249F) is known color: Medium Red Violet. HEX triplet: B3, 24 and 9F. RGB value is (179,36,159). Sum of RGB (Red+Green+Blue) = 179+36+159=374 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.86% from 374); Green value is 36 (14.45% from 255 or 9.63% from 374); Blue value is 159 (62.5% from 255 or 42.51% from 374); Max value from RGB is 179 - color contains mainly: red. Hex color #B3249F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3249F is #4CDB60. Grayscale: #5C5C5C. Windows color (decimal): -5036897 or 10429619. OLE color: 10429619.

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

Color convert

RGB 179 36 159 -
CMYK 0 0.80 0.11 0.30
HSL 308.39º 0.67% 0.42% -
HSV(B) 308.39º 0.8% 0.7% -
XYZ 25.48 13.35 34.03 -
YUV 92.78 165.38 189.5 -
System Red Green Blue C M Y K H S L
Decimal 179 36 159 0 0.80 0.11 0.30 308.39 0.67 0.42
Hex B3 24 9F 0 50 B 1E 134 43 2A
Octal 263 44 237 0 120 13 36 464 103 52
Binary 10110011 100100 10011111 0 1010000 1011 11110 100110100 1000011 101010

Color Harmonies of #B3249F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3249F

Black with #B3249F

Text Example


Text Example

White with #B3249F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3249F; }

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

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

background-color css

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

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

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

border-color css

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

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

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