Html Css Color HEX #B3397B Medium Red Violet

📋 copy color: '#B3397B'

red 179 ◦ green 57 ◦ blue 123

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

Shades of Medium Red Violet #B3397B

Tints of Medium Red Violet #B3397B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.26%

R = 49.86%
G = 15.88%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.30

RGB Variations

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

Color information

#B3397B (or 0xB3397B) is known color: Medium Red Violet. HEX triplet: B3, 39 and 7B. RGB value is (179,57,123). Sum of RGB (Red+Green+Blue) = 179+57+123=359 (47% of max value = 765). Red value is 179 (70.31% from 255 or 49.86% from 359); Green value is 57 (22.66% from 255 or 15.88% from 359); Blue value is 123 (48.44% from 255 or 34.26% from 359); Max value from RGB is 179 - color contains mainly: red. Hex color #B3397B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B3397B is #4CC684. Grayscale: #646464. Windows color (decimal): -5031557 or 8075699. OLE color: 8075699.

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

Color convert

RGB 179 57 123 -
CMYK 0 0.68 0.31 0.30
HSL 327.54º 0.52% 0.46% -
HSV(B) 327.54º 0.68% 0.7% -
XYZ 23.63 13.94 20.18 -
YUV 101 140.42 183.63 -
System Red Green Blue C M Y K H S L
Decimal 179 57 123 0 0.68 0.31 0.30 327.54 0.52 0.46
Hex B3 39 7B 0 44 1F 1E 148 34 2E
Octal 263 71 173 0 104 37 36 510 64 56
Binary 10110011 111001 1111011 0 1000100 11111 11110 101001000 110100 101110

Color Harmonies of #B3397B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3397B

Black with #B3397B

Text Example


Text Example

White with #B3397B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3397B; }

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

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

background-color css

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

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

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

border-color css

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

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

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