Html Css Color HEX #B3398B Medium Red Violet

📋 copy color: '#B3398B'

red 179 ◦ green 57 ◦ blue 139

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

Shades of Medium Red Violet #B3398B

Tints of Medium Red Violet #B3398B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 37.07%

R = 47.73%
G = 15.2%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.22

 K value IS 0.30

RGB Variations

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

Color information

#B3398B (or 0xB3398B) is known color: Medium Red Violet. HEX triplet: B3, 39 and 8B. RGB value is (179,57,139). Sum of RGB (Red+Green+Blue) = 179+57+139=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 57 (22.66% from 255 or 15.2% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B3398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3398B is #4CC674. Grayscale: #666666. Windows color (decimal): -5031541 or 9124275. OLE color: 9124275.

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

Color convert

RGB 179 57 139 -
CMYK 0 0.68 0.22 0.30
HSL 319.67º 0.52% 0.46% -
HSV(B) 319.67º 0.68% 0.7% -
XYZ 24.71 14.37 25.9 -
YUV 102.83 148.42 182.33 -
System Red Green Blue C M Y K H S L
Decimal 179 57 139 0 0.68 0.22 0.30 319.67 0.52 0.46
Hex B3 39 8B 0 44 16 1E 140 34 2E
Octal 263 71 213 0 104 26 36 500 64 56
Binary 10110011 111001 10001011 0 1000100 10110 11110 101000000 110100 101110

Color Harmonies of #B3398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3398B

Black with #B3398B

Text Example


Text Example

White with #B3398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3398B; }

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

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

background-color css

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

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

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

border-color css

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

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

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