Html Css Color HEX #B3339B Medium Red Violet

📋 copy color: '#B3339B'

red 179 ◦ green 51 ◦ blue 155

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

Shades of Medium Red Violet #B3339B

Tints of Medium Red Violet #B3339B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.25%

 BLUE value IS 155 (60.94% from 255) = 40.26%

R = 46.49%
G = 13.25%
B = 40.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3339B (or 0xB3339B) is known color: Medium Red Violet. HEX triplet: B3, 33 and 9B. RGB value is (179,51,155). Sum of RGB (Red+Green+Blue) = 179+51+155=385 (50% of max value = 765). Red value is 179 (70.31% from 255 or 46.49% from 385); Green value is 51 (20.31% from 255 or 13.25% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 179 - color contains mainly: red. Hex color #B3339B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3339B is #4CCC64. Grayscale: #646464. Windows color (decimal): -5033061 or 10171315. OLE color: 10171315.

HSL color Cylindrical-coordinate representation of color #B3339B: hue angle of 311.25º degrees, saturation: 0.56, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B3339B is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 51 155 -
CMYK 0 0.72 0.13 0.30
HSL 311.25º 0.56% 0.45% -
HSV(B) 311.25º 0.72% 0.7% -
XYZ 25.69 14.32 32.42 -
YUV 101.13 158.41 183.54 -
System Red Green Blue C M Y K H S L
Decimal 179 51 155 0 0.72 0.13 0.30 311.25 0.56 0.45
Hex B3 33 9B 0 48 D 1E 137 38 2D
Octal 263 63 233 0 110 15 36 467 70 55
Binary 10110011 110011 10011011 0 1001000 1101 11110 100110111 111000 101101

Color Harmonies of #B3339B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3339B

Black with #B3339B

Text Example


Text Example

White with #B3339B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3339B; }

 p { color: rgb(179,51,155); }

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

background-color css

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

 a { background-color: rgb(179,51,155); }

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

border-color css

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

 span { border-color: rgb(179,51,155); }

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