Html Css Color HEX #B1019A Medium Violet Red

📋 copy color: '#B1019A'

red 177 ◦ green 1 ◦ blue 154

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

Shades of Medium Violet Red #B1019A

Tints of Medium Violet Red #B1019A

RGB

 RED value IS 177 (69.53% from 255) = 53.31%

 GREEN value IS 1 (0.78% from 255) = 0.3%

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

R = 53.31%
G = 0.3%
B = 46.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#B1019A (or 0xB1019A) is known color: Medium Violet Red. HEX triplet: B1, 01 and 9A. RGB value is (177,1,154). Sum of RGB (Red+Green+Blue) = 177+1+154=332 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.31% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 154 (60.55% from 255 or 46.39% from 332); Max value from RGB is 177 - color contains mainly: red. Hex color #B1019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1019A is #4EFE65. Grayscale: #464646. Windows color (decimal): -5176934 or 10092977. OLE color: 10092977.

HSL color Cylindrical-coordinate representation of color #B1019A: hue angle of 307.84º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1019A is Cyan = 0, Magento = 0.99, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 1 154 -
CMYK 0 0.99 0.13 0.31
HSL 307.84º 0.99% 0.35% -
HSV(B) 307.84º 0.99% 0.69% -
XYZ 23.98 11.7 31.57 -
YUV 71.07 174.81 203.56 -
System Red Green Blue C M Y K H S L
Decimal 177 1 154 0 0.99 0.13 0.31 307.84 0.99 0.35
Hex B1 1 9A 0 63 D 1F 134 63 23
Octal 261 1 232 0 143 15 37 464 143 43
Binary 10110001 1 10011010 0 1100011 1101 11111 100110100 1100011 100011

Color Harmonies of #B1019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1019A

Black with #B1019A

Text Example


Text Example

White with #B1019A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1019A; }

 p { color: rgb(177,1,154); }

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

background-color css

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

 a { background-color: rgb(177,1,154); }

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

border-color css

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

 span { border-color: rgb(177,1,154); }

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