Html Css Color HEX #B3299F Medium Red Violet

📋 copy color: '#B3299F'

red 179 ◦ green 41 ◦ blue 159

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

Shades of Medium Red Violet #B3299F

Tints of Medium Red Violet #B3299F

RGB

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

 GREEN value IS 41 (16.41% from 255) = 10.82%

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

R = 47.23%
G = 10.82%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B3299F (or 0xB3299F) is known color: Medium Red Violet. HEX triplet: B3, 29 and 9F. RGB value is (179,41,159). Sum of RGB (Red+Green+Blue) = 179+41+159=379 (50% of max value = 765). Red value is 179 (70.31% from 255 or 47.23% from 379); Green value is 41 (16.41% from 255 or 10.82% from 379); Blue value is 159 (62.5% from 255 or 41.95% from 379); Max value from RGB is 179 - color contains mainly: red. Hex color #B3299F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3299F is #4CD660. Grayscale: #5F5F5F. Windows color (decimal): -5035617 or 10430899. OLE color: 10430899.

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

Color convert

RGB 179 41 159 -
CMYK 0 0.77 0.11 0.30
HSL 308.7º 0.63% 0.43% -
HSV(B) 308.7º 0.77% 0.7% -
XYZ 25.64 13.67 34.09 -
YUV 95.71 163.72 187.41 -
System Red Green Blue C M Y K H S L
Decimal 179 41 159 0 0.77 0.11 0.30 308.7 0.63 0.43
Hex B3 29 9F 0 4D B 1E 135 3F 2B
Octal 263 51 237 0 115 13 36 465 77 53
Binary 10110011 101001 10011111 0 1001101 1011 11110 100110101 111111 101011

Color Harmonies of #B3299F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3299F

Black with #B3299F

Text Example


Text Example

White with #B3299F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3299F; }

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

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

background-color css

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

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

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

border-color css

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

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

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