Html Css Color HEX #B31DA5 Medium Violet Red

📋 copy color: '#B31DA5'

red 179 ◦ green 29 ◦ blue 165

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

Shades of Medium Violet Red #B31DA5

Tints of Medium Violet Red #B31DA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 44.24%

R = 47.99%
G = 7.77%
B = 44.24%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B31DA5 (or 0xB31DA5) is known color: Medium Violet Red. HEX triplet: B3, 1D and A5. RGB value is (179,29,165). Sum of RGB (Red+Green+Blue) = 179+29+165=373 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.99% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 165 (64.84% from 255 or 44.24% from 373); Max value from RGB is 179 - color contains mainly: red. Hex color #B31DA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31DA5 is #4CE25A. Grayscale: #585858. Windows color (decimal): -5038683 or 10821043. OLE color: 10821043.

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

Color convert

RGB 179 29 165 -
CMYK 0 0.84 0.08 0.30
HSL 305.6º 0.72% 0.41% -
HSV(B) 305.6º 0.84% 0.7% -
XYZ 25.82 13.18 36.78 -
YUV 89.35 170.7 191.94 -
System Red Green Blue C M Y K H S L
Decimal 179 29 165 0 0.84 0.08 0.30 305.6 0.72 0.41
Hex B3 1D A5 0 54 8 1E 132 48 29
Octal 263 35 245 0 124 10 36 462 110 51
Binary 10110011 11101 10100101 0 1010100 1000 11110 100110010 1001000 101001

Color Harmonies of #B31DA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31DA5

Black with #B31DA5

Text Example


Text Example

White with #B31DA5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31DA5; }

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

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

background-color css

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

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

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

border-color css

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

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

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