Html Css Color HEX #B31278 Medium Violet Red

📋 copy color: '#B31278'

red 179 ◦ green 18 ◦ blue 120

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

Shades of Medium Violet Red #B31278

Tints of Medium Violet Red #B31278

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.68%

 BLUE value IS 120 (47.27% from 255) = 37.85%

R = 56.47%
G = 5.68%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.30

RGB Variations

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

Color information

#B31278 (or 0xB31278) is known color: Medium Violet Red. HEX triplet: B3, 12 and 78. RGB value is (179,18,120). Sum of RGB (Red+Green+Blue) = 179+18+120=317 (41% of max value = 765). Red value is 179 (70.31% from 255 or 56.47% from 317); Green value is 18 (7.42% from 255 or 5.68% from 317); Blue value is 120 (47.27% from 255 or 37.85% from 317); Max value from RGB is 179 - color contains mainly: red. Hex color #B31278 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B31278 is #4CED87. Grayscale: #4D4D4D. Windows color (decimal): -5041544 or 7869107. OLE color: 7869107.

HSL color Cylindrical-coordinate representation of color #B31278: hue angle of 321.99º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B31278 is Cyan = 0, Magento = 0.90, Yellow = 0.33 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 18 120 -
CMYK 0 0.90 0.33 0.30
HSL 321.99º 0.82% 0.39% -
HSV(B) 321.99º 0.9% 0.7% -
XYZ 22.2 11.37 18.79 -
YUV 77.77 151.84 200.21 -
System Red Green Blue C M Y K H S L
Decimal 179 18 120 0 0.90 0.33 0.30 321.99 0.82 0.39
Hex B3 12 78 0 5A 21 1E 142 52 27
Octal 263 22 170 0 132 41 36 502 122 47
Binary 10110011 10010 1111000 0 1011010 100001 11110 101000010 1010010 100111

Color Harmonies of #B31278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31278

Black with #B31278

Text Example


Text Example

White with #B31278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31278; }

 p { color: rgb(179,18,120); }

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

background-color css

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

 a { background-color: rgb(179,18,120); }

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

border-color css

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

 span { border-color: rgb(179,18,120); }

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