Html Css Color HEX #B30BA4 Medium Violet Red

📋 copy color: '#B30BA4'

red 179 ◦ green 11 ◦ blue 164

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

Shades of Medium Violet Red #B30BA4

Tints of Medium Violet Red #B30BA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 46.33%

R = 50.56%
G = 3.11%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.08

 K value IS 0.30

RGB Variations

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

Color information

#B30BA4 (or 0xB30BA4) is known color: Medium Violet Red. HEX triplet: B3, 0B and A4. RGB value is (179,11,164). Sum of RGB (Red+Green+Blue) = 179+11+164=354 (46% of max value = 765). Red value is 179 (70.31% from 255 or 50.56% from 354); Green value is 11 (4.69% from 255 or 3.11% from 354); Blue value is 164 (64.45% from 255 or 46.33% from 354); Max value from RGB is 179 - color contains mainly: red. Hex color #B30BA4 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30BA4 is #4CF45B. Grayscale: #4E4E4E. Windows color (decimal): -5043292 or 10750899. OLE color: 10750899.

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

Color convert

RGB 179 11 164 -
CMYK 0 0.94 0.08 0.30
HSL 305.36º 0.88% 0.37% -
HSV(B) 305.36º 0.94% 0.7% -
XYZ 25.41 12.5 36.2 -
YUV 78.67 176.16 199.56 -
System Red Green Blue C M Y K H S L
Decimal 179 11 164 0 0.94 0.08 0.30 305.36 0.88 0.37
Hex B3 B A4 0 5E 8 1E 131 58 25
Octal 263 13 244 0 136 10 36 461 130 45
Binary 10110011 1011 10100100 0 1011110 1000 11110 100110001 1011000 100101

Color Harmonies of #B30BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30BA4

Black with #B30BA4

Text Example


Text Example

White with #B30BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30BA4; }

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

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

background-color css

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

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

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

border-color css

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

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

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