Html Css Color HEX #B301A0 Medium Violet Red

📋 copy color: '#B301A0'

red 179 ◦ green 1 ◦ blue 160

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

Shades of Medium Violet Red #B301A0

Tints of Medium Violet Red #B301A0

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.29%

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

R = 52.65%
G = 0.29%
B = 47.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.30

RGB Variations

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

Color information

#B301A0 (or 0xB301A0) is known color: Medium Violet Red. HEX triplet: B3, 01 and A0. RGB value is (179,1,160). Sum of RGB (Red+Green+Blue) = 179+1+160=340 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.65% from 340); Green value is 1 (0.78% from 255 or 0.29% from 340); Blue value is 160 (62.89% from 255 or 47.06% from 340); Max value from RGB is 179 - color contains mainly: red. Hex color #B301A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B301A0 is #4CFE5F. Grayscale: #474747. Windows color (decimal): -5045856 or 10486195. OLE color: 10486195.

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

Color convert

RGB 179 1 160 -
CMYK 0 0.99 0.11 0.30
HSL 306.4º 0.99% 0.35% -
HSV(B) 306.4º 0.99% 0.7% -
XYZ 24.95 12.14 34.29 -
YUV 72.35 177.47 204.07 -
System Red Green Blue C M Y K H S L
Decimal 179 1 160 0 0.99 0.11 0.30 306.4 0.99 0.35
Hex B3 1 A0 0 63 B 1E 132 63 23
Octal 263 1 240 0 143 13 36 462 143 43
Binary 10110011 1 10100000 0 1100011 1011 11110 100110010 1100011 100011

Color Harmonies of #B301A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B301A0

Black with #B301A0

Text Example


Text Example

White with #B301A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B301A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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