Html Css Color HEX #B3299C Medium Red Violet

📋 copy color: '#B3299C'

red 179 ◦ green 41 ◦ blue 156

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

Shades of Medium Red Violet #B3299C

Tints of Medium Red Violet #B3299C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 41.49%

R = 47.61%
G = 10.9%
B = 41.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3299C (or 0xB3299C) is known color: Medium Red Violet. HEX triplet: B3, 29 and 9C. RGB value is (179,41,156). Sum of RGB (Red+Green+Blue) = 179+41+156=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 41 (16.41% from 255 or 10.90% from 376); Blue value is 156 (61.33% from 255 or 41.49% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B3299C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3299C is #4CD663. Grayscale: #5F5F5F. Windows color (decimal): -5035620 or 10234291. OLE color: 10234291.

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

Color convert

RGB 179 41 156 -
CMYK 0 0.77 0.13 0.30
HSL 310º 0.63% 0.43% -
HSV(B) 310º 0.77% 0.7% -
XYZ 25.38 13.57 32.73 -
YUV 95.37 162.22 187.65 -
System Red Green Blue C M Y K H S L
Decimal 179 41 156 0 0.77 0.13 0.30 310 0.63 0.43
Hex B3 29 9C 0 4D D 1E 136 3F 2B
Octal 263 51 234 0 115 15 36 466 77 53
Binary 10110011 101001 10011100 0 1001101 1101 11110 100110110 111111 101011

Color Harmonies of #B3299C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3299C

Black with #B3299C

Text Example


Text Example

White with #B3299C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3299C; }

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

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

background-color css

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

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

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

border-color css

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

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

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