Html Css Color HEX #B30A90 Medium Violet Red

📋 copy color: '#B30A90'

red 179 ◦ green 10 ◦ blue 144

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

Shades of Medium Violet Red #B30A90

Tints of Medium Violet Red #B30A90

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3%

 BLUE value IS 144 (56.64% from 255) = 43.24%

R = 53.75%
G = 3%
B = 43.24%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B30A90 (or 0xB30A90) is known color: Medium Violet Red. HEX triplet: B3, 0A and 90. RGB value is (179,10,144). Sum of RGB (Red+Green+Blue) = 179+10+144=333 (44% of max value = 765). Red value is 179 (70.31% from 255 or 53.75% from 333); Green value is 10 (4.30% from 255 or 3.00% from 333); Blue value is 144 (56.64% from 255 or 43.24% from 333); Max value from RGB is 179 - color contains mainly: red. Hex color #B30A90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30A90 is #4CF56F. Grayscale: #4B4B4B. Windows color (decimal): -5043568 or 9439923. OLE color: 9439923.

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

Color convert

RGB 179 10 144 -
CMYK 0 0.94 0.20 0.30
HSL 312.43º 0.89% 0.37% -
HSV(B) 312.43º 0.94% 0.7% -
XYZ 23.73 11.81 27.42 -
YUV 75.81 166.49 201.6 -
System Red Green Blue C M Y K H S L
Decimal 179 10 144 0 0.94 0.20 0.30 312.43 0.89 0.37
Hex B3 A 90 0 5E 14 1E 138 59 25
Octal 263 12 220 0 136 24 36 470 131 45
Binary 10110011 1010 10010000 0 1011110 10100 11110 100111000 1011001 100101

Color Harmonies of #B30A90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30A90

Black with #B30A90

Text Example


Text Example

White with #B30A90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30A90; }

 p { color: rgb(179,10,144); }

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

background-color css

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

 a { background-color: rgb(179,10,144); }

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

border-color css

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

 span { border-color: rgb(179,10,144); }

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