Html Css Color HEX #B318A2 Medium Violet Red

📋 copy color: '#B318A2'

red 179 ◦ green 24 ◦ blue 162

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

Shades of Medium Violet Red #B318A2

Tints of Medium Violet Red #B318A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 44.38%

R = 49.04%
G = 6.58%
B = 44.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.09

 K value IS 0.30

RGB Variations

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

Color information

#B318A2 (or 0xB318A2) is known color: Medium Violet Red. HEX triplet: B3, 18 and A2. RGB value is (179,24,162). Sum of RGB (Red+Green+Blue) = 179+24+162=365 (48% of max value = 765). Red value is 179 (70.31% from 255 or 49.04% from 365); Green value is 24 (9.77% from 255 or 6.58% from 365); Blue value is 162 (63.67% from 255 or 44.38% from 365); Max value from RGB is 179 - color contains mainly: red. Hex color #B318A2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B318A2 is #4CE75D. Grayscale: #555555. Windows color (decimal): -5039966 or 10623155. OLE color: 10623155.

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

Color convert

RGB 179 24 162 -
CMYK 0 0.87 0.09 0.30
HSL 306.58º 0.76% 0.4% -
HSV(B) 306.58º 0.87% 0.7% -
XYZ 25.44 12.85 35.32 -
YUV 86.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 179 24 162 0 0.87 0.09 0.30 306.58 0.76 0.4
Hex B3 18 A2 0 57 9 1E 133 4C 28
Octal 263 30 242 0 127 11 36 463 114 50
Binary 10110011 11000 10100010 0 1010111 1001 11110 100110011 1001100 101000

Color Harmonies of #B318A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B318A2

Black with #B318A2

Text Example


Text Example

White with #B318A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B318A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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