Html Css Color HEX #B30BA1 Medium Violet Red

📋 copy color: '#B30BA1'

red 179 ◦ green 11 ◦ blue 161

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

Shades of Medium Violet Red #B30BA1

Tints of Medium Violet Red #B30BA1

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.13%

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

R = 51%
G = 3.13%
B = 45.87%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.30

RGB Variations

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

Color information

#B30BA1 (or 0xB30BA1) is known color: Medium Violet Red. HEX triplet: B3, 0B and A1. RGB value is (179,11,161). Sum of RGB (Red+Green+Blue) = 179+11+161=351 (46% of max value = 765). Red value is 179 (70.31% from 255 or 51.00% from 351); Green value is 11 (4.69% from 255 or 3.13% from 351); Blue value is 161 (63.28% from 255 or 45.87% from 351); Max value from RGB is 179 - color contains mainly: red. Hex color #B30BA1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30BA1 is #4CF45E. Grayscale: #4D4D4D. Windows color (decimal): -5043295 or 10554291. OLE color: 10554291.

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

Color convert

RGB 179 11 161 -
CMYK 0 0.94 0.10 0.30
HSL 306.43º 0.88% 0.37% -
HSV(B) 306.43º 0.94% 0.7% -
XYZ 25.14 12.4 34.79 -
YUV 78.33 174.66 199.8 -
System Red Green Blue C M Y K H S L
Decimal 179 11 161 0 0.94 0.10 0.30 306.43 0.88 0.37
Hex B3 B A1 0 5E A 1E 132 58 25
Octal 263 13 241 0 136 12 36 462 130 45
Binary 10110011 1011 10100001 0 1011110 1010 11110 100110010 1011000 100101

Color Harmonies of #B30BA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30BA1

Black with #B30BA1

Text Example


Text Example

White with #B30BA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30BA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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