Html Css Color HEX #B01F9A Medium Red Violet

📋 copy color: '#B01F9A'

red 176 ◦ green 31 ◦ blue 154

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

Shades of Medium Red Violet #B01F9A

Tints of Medium Red Violet #B01F9A

RGB

 RED value IS 176 (69.14% from 255) = 48.75%

 GREEN value IS 31 (12.5% from 255) = 8.59%

 BLUE value IS 154 (60.55% from 255) = 42.66%

R = 48.75%
G = 8.59%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B01F9A (or 0xB01F9A) is known color: Medium Red Violet. HEX triplet: B0, 1F and 9A. RGB value is (176,31,154). Sum of RGB (Red+Green+Blue) = 176+31+154=361 (47% of max value = 765). Red value is 176 (69.14% from 255 or 48.75% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 154 (60.55% from 255 or 42.66% from 361); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F9A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B01F9A is #4FE065. Grayscale: #585858. Windows color (decimal): -5234790 or 10100656. OLE color: 10100656.

HSL color Cylindrical-coordinate representation of color #B01F9A: hue angle of 309.1º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B01F9A is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 31 154 -
CMYK 0 0.82 0.12 0.31
HSL 309.1º 0.7% 0.41% -
HSV(B) 309.1º 0.82% 0.69% -
XYZ 24.23 12.54 31.72 -
YUV 88.38 165.04 190.5 -
System Red Green Blue C M Y K H S L
Decimal 176 31 154 0 0.82 0.12 0.31 309.1 0.7 0.41
Hex B0 1F 9A 0 52 C 1F 135 46 29
Octal 260 37 232 0 122 14 37 465 106 51
Binary 10110000 11111 10011010 0 1010010 1100 11111 100110101 1000110 101001

Color Harmonies of #B01F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B01F9A

Black with #B01F9A

Text Example


Text Example

White with #B01F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B01F9A; }

 p { color: rgb(176,31,154); }

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

background-color css

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

 a { background-color: rgb(176,31,154); }

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

border-color css

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

 span { border-color: rgb(176,31,154); }

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