Html Css Color HEX #B30F83 Medium Violet Red

📋 copy color: '#B30F83'

red 179 ◦ green 15 ◦ blue 131

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

Shades of Medium Violet Red #B30F83

Tints of Medium Violet Red #B30F83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 40.31%

R = 55.08%
G = 4.62%
B = 40.31%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.30

RGB Variations

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

Color information

#B30F83 (or 0xB30F83) is known color: Medium Violet Red. HEX triplet: B3, 0F and 83. RGB value is (179,15,131). Sum of RGB (Red+Green+Blue) = 179+15+131=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 15 (6.25% from 255 or 4.62% from 325); Blue value is 131 (51.56% from 255 or 40.31% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B30F83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B30F83 is #4CF07C. Grayscale: #4C4C4C. Windows color (decimal): -5042301 or 8589235. OLE color: 8589235.

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

Color convert

RGB 179 15 131 -
CMYK 0 0.92 0.27 0.30
HSL 317.56º 0.85% 0.38% -
HSV(B) 317.56º 0.92% 0.7% -
XYZ 22.86 11.56 22.5 -
YUV 77.26 158.33 200.57 -
System Red Green Blue C M Y K H S L
Decimal 179 15 131 0 0.92 0.27 0.30 317.56 0.85 0.38
Hex B3 F 83 0 5C 1B 1E 13E 55 26
Octal 263 17 203 0 134 33 36 476 125 46
Binary 10110011 1111 10000011 0 1011100 11011 11110 100111110 1010101 100110

Color Harmonies of #B30F83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B30F83

Black with #B30F83

Text Example


Text Example

White with #B30F83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B30F83; }

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

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

background-color css

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

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

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

border-color css

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

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

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