Html Css Color HEX #B10183 Medium Violet Red

📋 copy color: '#B10183'

red 177 ◦ green 1 ◦ blue 131

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

Shades of Medium Violet Red #B10183

Tints of Medium Violet Red #B10183

RGB

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

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

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

R = 57.28%
G = 0.32%
B = 42.39%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B10183 (or 0xB10183) is known color: Medium Violet Red. HEX triplet: B1, 01 and 83. RGB value is (177,1,131). Sum of RGB (Red+Green+Blue) = 177+1+131=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 1 (0.78% from 255 or 0.32% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B10183 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10183 is #4EFE7C. Grayscale: #444444. Windows color (decimal): -5176957 or 8585649. OLE color: 8585649.

HSL color Cylindrical-coordinate representation of color #B10183: hue angle of 315.68º 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 #B10183 is Cyan = 0, Magento = 0.99, Yellow = 0.26 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 1 131 -
CMYK 0 0.99 0.26 0.31
HSL 315.68º 0.99% 0.35% -
HSV(B) 315.68º 0.99% 0.69% -
XYZ 22.24 11.01 22.43 -
YUV 68.44 163.31 205.43 -
System Red Green Blue C M Y K H S L
Decimal 177 1 131 0 0.99 0.26 0.31 315.68 0.99 0.35
Hex B1 1 83 0 63 1A 1F 13C 63 23
Octal 261 1 203 0 143 32 37 474 143 43
Binary 10110001 1 10000011 0 1100011 11010 11111 100111100 1100011 100011

Color Harmonies of #B10183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10183

Black with #B10183

Text Example


Text Example

White with #B10183

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10183; }

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

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

background-color css

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

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

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

border-color css

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

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

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