Html Css Color HEX #B31DA3 Medium Violet Red

📋 copy color: '#B31DA3'

red 179 ◦ green 29 ◦ blue 163

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

Shades of Medium Violet Red #B31DA3

Tints of Medium Violet Red #B31DA3

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.82%

 BLUE value IS 163 (64.06% from 255) = 43.94%

R = 48.25%
G = 7.82%
B = 43.94%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B31DA3 (or 0xB31DA3) is known color: Medium Violet Red. HEX triplet: B3, 1D and A3. RGB value is (179,29,163). Sum of RGB (Red+Green+Blue) = 179+29+163=371 (49% of max value = 765). Red value is 179 (70.31% from 255 or 48.25% from 371); Green value is 29 (11.72% from 255 or 7.82% from 371); Blue value is 163 (64.06% from 255 or 43.94% from 371); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DA3 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DA3 is #4CE25C. Grayscale: #585858. Windows color (decimal): -5038685 or 10689971. OLE color: 10689971.

HSL color Cylindrical-coordinate representation of color #B31DA3: hue angle of 306.4º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B31DA3 is Cyan = 0, Magento = 0.84, Yellow = 0.09 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 29 163 -
CMYK 0 0.84 0.09 0.30
HSL 306.4º 0.72% 0.41% -
HSV(B) 306.4º 0.84% 0.7% -
XYZ 25.64 13.11 35.83 -
YUV 89.13 169.7 192.1 -
System Red Green Blue C M Y K H S L
Decimal 179 29 163 0 0.84 0.09 0.30 306.4 0.72 0.41
Hex B3 1D A3 0 54 9 1E 132 48 29
Octal 263 35 243 0 124 11 36 462 110 51
Binary 10110011 11101 10100011 0 1010100 1001 11110 100110010 1001000 101001

Color Harmonies of #B31DA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DA3

Black with #B31DA3

Text Example


Text Example

White with #B31DA3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DA3; }

 p { color: rgb(179,29,163); }

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

background-color css

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

 a { background-color: rgb(179,29,163); }

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

border-color css

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

 span { border-color: rgb(179,29,163); }

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