Html Css Color HEX #B318A0 Medium Violet Red

📋 copy color: '#B318A0'

red 179 ◦ green 24 ◦ blue 160

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

Shades of Medium Violet Red #B318A0

Tints of Medium Violet Red #B318A0

RGB

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

 GREEN value IS 24 (9.77% from 255) = 6.61%

 BLUE value IS 160 (62.89% from 255) = 44.08%

R = 49.31%
G = 6.61%
B = 44.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B318A0 (or 0xB318A0) is known color: Medium Violet Red. HEX triplet: B3, 18 and A0. RGB value is (179,24,160). Sum of RGB (Red+Green+Blue) = 179+24+160=363 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.31% from 363); Green value is 24 (9.77% from 255 or 6.61% from 363); Blue value is 160 (62.89% from 255 or 44.08% from 363); Max value from RGB is 179 - color contains mainly: red. Hex color #B318A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B318A0 is #4CE75F. Grayscale: #555555. Windows color (decimal): -5039968 or 10492083. OLE color: 10492083.

HSL color Cylindrical-coordinate representation of color #B318A0: hue angle of 307.35º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B318A0 is Cyan = 0, Magento = 0.87, Yellow = 0.11 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 24 160 -
CMYK 0 0.87 0.11 0.30
HSL 307.35º 0.76% 0.4% -
HSV(B) 307.35º 0.87% 0.7% -
XYZ 25.26 12.78 34.39 -
YUV 85.85 169.85 194.44 -
System Red Green Blue C M Y K H S L
Decimal 179 24 160 0 0.87 0.11 0.30 307.35 0.76 0.4
Hex B3 18 A0 0 57 B 1E 133 4C 28
Octal 263 30 240 0 127 13 36 463 114 50
Binary 10110011 11000 10100000 0 1010111 1011 11110 100110011 1001100 101000

Color Harmonies of #B318A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318A0

Black with #B318A0

Text Example


Text Example

White with #B318A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318A0; }

 p { color: rgb(179,24,160); }

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

background-color css

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

 a { background-color: rgb(179,24,160); }

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

border-color css

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

 span { border-color: rgb(179,24,160); }

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