Html Css Color HEX #B3389B Medium Red Violet

📋 copy color: '#B3389B'

red 179 ◦ green 56 ◦ blue 155

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

Shades of Medium Red Violet #B3389B

Tints of Medium Red Violet #B3389B

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.36%

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

R = 45.9%
G = 14.36%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.13

 K value IS 0.30

RGB Variations

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

Color information

#B3389B (or 0xB3389B) is known color: Medium Red Violet. HEX triplet: B3, 38 and 9B. RGB value is (179,56,155). Sum of RGB (Red+Green+Blue) = 179+56+155=390 (51% of max value = 765). Red value is 179 (70.31% from 255 or 45.90% from 390); Green value is 56 (22.27% from 255 or 14.36% from 390); Blue value is 155 (60.94% from 255 or 39.74% from 390); Max value from RGB is 179 - color contains mainly: red. Hex color #B3389B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B3389B is #4CC764. Grayscale: #676767. Windows color (decimal): -5031781 or 10172595. OLE color: 10172595.

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

Color convert

RGB 179 56 155 -
CMYK 0 0.69 0.13 0.30
HSL 311.71º 0.52% 0.46% -
HSV(B) 311.71º 0.69% 0.7% -
XYZ 25.92 14.78 32.5 -
YUV 104.06 156.75 181.45 -
System Red Green Blue C M Y K H S L
Decimal 179 56 155 0 0.69 0.13 0.30 311.71 0.52 0.46
Hex B3 38 9B 0 45 D 1E 138 34 2E
Octal 263 70 233 0 105 15 36 470 64 56
Binary 10110011 111000 10011011 0 1000101 1101 11110 100111000 110100 101110

Color Harmonies of #B3389B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3389B

Black with #B3389B

Text Example


Text Example

White with #B3389B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3389B; }

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

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

background-color css

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

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

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

border-color css

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

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

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