Html Css Color HEX #B3399B Medium Red Violet

📋 copy color: '#B3399B'

red 179 ◦ green 57 ◦ blue 155

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

Shades of Medium Red Violet #B3399B

Tints of Medium Red Violet #B3399B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.58%

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

R = 45.78%
G = 14.58%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3399B (or 0xB3399B) is known color: Medium Red Violet. HEX triplet: B3, 39 and 9B. RGB value is (179,57,155). Sum of RGB (Red+Green+Blue) = 179+57+155=391 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.78% from 391); Green value is 57 (22.66% from 255 or 14.58% from 391); Blue value is 155 (60.94% from 255 or 39.64% from 391); Max value from RGB is 179 - color contains mainly: red. Hex color #B3399B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3399B is #4CC664. Grayscale: #686868. Windows color (decimal): -5031525 or 10172851. OLE color: 10172851.

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

Color convert

RGB 179 57 155 -
CMYK 0 0.68 0.13 0.30
HSL 311.8º 0.52% 0.46% -
HSV(B) 311.8º 0.68% 0.7% -
XYZ 25.97 14.88 32.51 -
YUV 104.65 156.42 181.03 -
System Red Green Blue C M Y K H S L
Decimal 179 57 155 0 0.68 0.13 0.30 311.8 0.52 0.46
Hex B3 39 9B 0 44 D 1E 138 34 2E
Octal 263 71 233 0 104 15 36 470 64 56
Binary 10110011 111001 10011011 0 1000100 1101 11110 100111000 110100 101110

Color Harmonies of #B3399B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3399B

Black with #B3399B

Text Example


Text Example

White with #B3399B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3399B; }

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

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

background-color css

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

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

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

border-color css

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

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

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