Html Css Color HEX #B3398C Medium Red Violet

📋 copy color: '#B3398C'

red 179 ◦ green 57 ◦ blue 140

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

Shades of Medium Red Violet #B3398C

Tints of Medium Red Violet #B3398C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 37.23%

R = 47.61%
G = 15.16%
B = 37.23%

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

#B3398C (or 0xB3398C) is known color: Medium Red Violet. HEX triplet: B3, 39 and 8C. RGB value is (179,57,140). Sum of RGB (Red+Green+Blue) = 179+57+140=376 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.61% from 376); Green value is 57 (22.66% from 255 or 15.16% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 179 - color contains mainly: red. Hex color #B3398C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3398C is #4CC673. Grayscale: #666666. Windows color (decimal): -5031540 or 9189811. OLE color: 9189811.

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

Color convert

RGB 179 57 140 -
CMYK 0 0.68 0.22 0.30
HSL 319.18º 0.52% 0.46% -
HSV(B) 319.18º 0.68% 0.7% -
XYZ 24.79 14.4 26.28 -
YUV 102.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 179 57 140 0 0.68 0.22 0.30 319.18 0.52 0.46
Hex B3 39 8C 0 44 16 1E 13F 34 2E
Octal 263 71 214 0 104 26 36 477 64 56
Binary 10110011 111001 10001100 0 1000100 10110 11110 100111111 110100 101110

Color Harmonies of #B3398C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3398C

Black with #B3398C

Text Example


Text Example

White with #B3398C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3398C; }

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

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

background-color css

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

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

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

border-color css

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

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

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