Html Css Color HEX #B31CA8 Medium Violet Red

📋 copy color: '#B31CA8'

red 179 ◦ green 28 ◦ blue 168

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

Shades of Medium Violet Red #B31CA8

Tints of Medium Violet Red #B31CA8

RGB

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

 GREEN value IS 28 (11.33% from 255) = 7.47%

 BLUE value IS 168 (66.02% from 255) = 44.8%

R = 47.73%
G = 7.47%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.06

 K value IS 0.30

RGB Variations

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

Color information

#B31CA8 (or 0xB31CA8) is known color: Medium Violet Red. HEX triplet: B3, 1C and A8. RGB value is (179,28,168). Sum of RGB (Red+Green+Blue) = 179+28+168=375 (49% of max value = 765). Red value is 179 (70.31% from 255 or 47.73% from 375); Green value is 28 (11.33% from 255 or 7.47% from 375); Blue value is 168 (66.02% from 255 or 44.8% from 375); Max value from RGB is 179 - color contains mainly: red. Hex color #B31CA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B31CA8 is #4CE357. Grayscale: #585858. Windows color (decimal): -5038936 or 11017395. OLE color: 11017395.

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

Color convert

RGB 179 28 168 -
CMYK 0 0.84 0.06 0.30
HSL 304.37º 0.73% 0.41% -
HSV(B) 304.37º 0.84% 0.7% -
XYZ 26.07 13.24 38.23 -
YUV 89.11 172.53 192.12 -
System Red Green Blue C M Y K H S L
Decimal 179 28 168 0 0.84 0.06 0.30 304.37 0.73 0.41
Hex B3 1C A8 0 54 6 1E 130 49 29
Octal 263 34 250 0 124 6 36 460 111 51
Binary 10110011 11100 10101000 0 1010100 110 11110 100110000 1001001 101001

Color Harmonies of #B31CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B31CA8

Black with #B31CA8

Text Example


Text Example

White with #B31CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B31CA8; }

 p { color: rgb(179,28,168); }

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

background-color css

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

 a { background-color: rgb(179,28,168); }

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

border-color css

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

 span { border-color: rgb(179,28,168); }

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