Html Css Color HEX #B3299D Medium Red Violet

📋 copy color: '#B3299D'

red 179 ◦ green 41 ◦ blue 157

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

Shades of Medium Red Violet #B3299D

Tints of Medium Red Violet #B3299D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 41.64%

R = 47.48%
G = 10.88%
B = 41.64%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.12

 K value IS 0.30

RGB Variations

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

Color information

#B3299D (or 0xB3299D) is known color: Medium Red Violet. HEX triplet: B3, 29 and 9D. RGB value is (179,41,157). Sum of RGB (Red+Green+Blue) = 179+41+157=377 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.48% from 377); Green value is 41 (16.41% from 255 or 10.88% from 377); Blue value is 157 (61.72% from 255 or 41.64% from 377); Max value from RGB is 179 - color contains mainly: red. Hex color #B3299D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3299D is #4CD662. Grayscale: #5F5F5F. Windows color (decimal): -5035619 or 10299827. OLE color: 10299827.

HSL color Cylindrical-coordinate representation of color #B3299D: hue angle of 309.57º 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 #B3299D is Cyan = 0, Magento = 0.77, Yellow = 0.12 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 41 157 -
CMYK 0 0.77 0.12 0.30
HSL 309.57º 0.63% 0.43% -
HSV(B) 309.57º 0.77% 0.7% -
XYZ 25.47 13.6 33.18 -
YUV 95.49 162.72 187.57 -
System Red Green Blue C M Y K H S L
Decimal 179 41 157 0 0.77 0.12 0.30 309.57 0.63 0.43
Hex B3 29 9D 0 4D C 1E 136 3F 2B
Octal 263 51 235 0 115 14 36 466 77 53
Binary 10110011 101001 10011101 0 1001101 1100 11110 100110110 111111 101011

Color Harmonies of #B3299D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3299D

Black with #B3299D

Text Example


Text Example

White with #B3299D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3299D; }

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

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

background-color css

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

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

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

border-color css

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

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

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