Html Css Color HEX #B303A1 Medium Violet Red

📋 copy color: '#B303A1'

red 179 ◦ green 3 ◦ blue 161

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

Shades of Medium Violet Red #B303A1

Tints of Medium Violet Red #B303A1

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.87%

 BLUE value IS 161 (63.28% from 255) = 46.94%

R = 52.19%
G = 0.87%
B = 46.94%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B303A1 (or 0xB303A1) is known color: Medium Violet Red. HEX triplet: B3, 03 and A1. RGB value is (179,3,161). Sum of RGB (Red+Green+Blue) = 179+3+161=343 (45% of max value = 765). Red value is 179 (70.31% from 255 or 52.19% from 343); Green value is 3 (1.56% from 255 or 0.87% from 343); Blue value is 161 (63.28% from 255 or 46.94% from 343); Max value from RGB is 179 - color contains mainly: red. Hex color #B303A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B303A1 is #4CFC5E. Grayscale: #494949. Windows color (decimal): -5045343 or 10552243. OLE color: 10552243.

HSL color Cylindrical-coordinate representation of color #B303A1: hue angle of 306.14º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B303A1 is Cyan = 0, Magento = 0.98, Yellow = 0.10 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 3 161 -
CMYK 0 0.98 0.10 0.30
HSL 306.14º 0.97% 0.36% -
HSV(B) 306.14º 0.98% 0.7% -
XYZ 25.06 12.22 34.76 -
YUV 73.64 177.31 203.15 -
System Red Green Blue C M Y K H S L
Decimal 179 3 161 0 0.98 0.10 0.30 306.14 0.97 0.36
Hex B3 3 A1 0 62 A 1E 132 61 24
Octal 263 3 241 0 142 12 36 462 141 44
Binary 10110011 11 10100001 0 1100010 1010 11110 100110010 1100001 100100

Color Harmonies of #B303A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B303A1

Black with #B303A1

Text Example


Text Example

White with #B303A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B303A1; }

 p { color: rgb(179,3,161); }

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

background-color css

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

 a { background-color: rgb(179,3,161); }

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

border-color css

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

 span { border-color: rgb(179,3,161); }

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