Html Css Color HEX #B30F90 Medium Violet Red

📋 copy color: '#B30F90'

red 179 ◦ green 15 ◦ blue 144

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

Shades of Medium Violet Red #B30F90

Tints of Medium Violet Red #B30F90

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.44%

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

R = 52.96%
G = 4.44%
B = 42.6%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#B30F90 (or 0xB30F90) is known color: Medium Violet Red. HEX triplet: B3, 0F and 90. RGB value is (179,15,144). Sum of RGB (Red+Green+Blue) = 179+15+144=338 (44% of max value = 765). Red value is 179 (70.31% from 255 or 52.96% from 338); Green value is 15 (6.25% from 255 or 4.44% from 338); Blue value is 144 (56.64% from 255 or 42.60% from 338); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F90 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30F90 is #4CF06F. Grayscale: #4E4E4E. Windows color (decimal): -5042288 or 9441203. OLE color: 9441203.

HSL color Cylindrical-coordinate representation of color #B30F90: hue angle of 312.8º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B30F90 is Cyan = 0, Magento = 0.92, Yellow = 0.20 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 15 144 -
CMYK 0 0.92 0.20 0.30
HSL 312.8º 0.85% 0.38% -
HSV(B) 312.8º 0.92% 0.7% -
XYZ 23.8 11.94 27.44 -
YUV 78.74 164.83 199.51 -
System Red Green Blue C M Y K H S L
Decimal 179 15 144 0 0.92 0.20 0.30 312.8 0.85 0.38
Hex B3 F 90 0 5C 14 1E 139 55 26
Octal 263 17 220 0 134 24 36 471 125 46
Binary 10110011 1111 10010000 0 1011100 10100 11110 100111001 1010101 100110

Color Harmonies of #B30F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F90

Black with #B30F90

Text Example


Text Example

White with #B30F90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F90; }

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

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

background-color css

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

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

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

border-color css

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

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

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