Html Css Color HEX #B305A1 Medium Violet Red

📋 copy color: '#B305A1'

red 179 ◦ green 5 ◦ blue 161

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

Shades of Medium Violet Red #B305A1

Tints of Medium Violet Red #B305A1

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.45%

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

R = 51.88%
G = 1.45%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B305A1 (or 0xB305A1) is known color: Medium Violet Red. HEX triplet: B3, 05 and A1. RGB value is (179,5,161). Sum of RGB (Red+Green+Blue) = 179+5+161=345 (45% of max value = 765). Red value is 179 (70.31% from 255 or 51.88% from 345); Green value is 5 (2.34% from 255 or 1.45% from 345); Blue value is 161 (63.28% from 255 or 46.67% from 345); Max value from RGB is 179 - color contains mainly: red. Hex color #B305A1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B305A1 is #4CFA5E. Grayscale: #4A4A4A. Windows color (decimal): -5044831 or 10552755. OLE color: 10552755.

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

Color convert

RGB 179 5 161 -
CMYK 0 0.97 0.10 0.30
HSL 306.21º 0.95% 0.36% -
HSV(B) 306.21º 0.97% 0.7% -
XYZ 25.08 12.27 34.76 -
YUV 74.81 176.65 202.32 -
System Red Green Blue C M Y K H S L
Decimal 179 5 161 0 0.97 0.10 0.30 306.21 0.95 0.36
Hex B3 5 A1 0 61 A 1E 132 5F 24
Octal 263 5 241 0 141 12 36 462 137 44
Binary 10110011 101 10100001 0 1100001 1010 11110 100110010 1011111 100100

Color Harmonies of #B305A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B305A1

Black with #B305A1

Text Example


Text Example

White with #B305A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B305A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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