Html Css Color HEX #B10083 Medium Violet Red

📋 copy color: '#B10083'

red 177 ◦ green 0 ◦ blue 131

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

Shades of Medium Violet Red #B10083

Tints of Medium Violet Red #B10083

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.47%
G = 0%
B = 42.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B10083 (or 0xB10083) is known color: Medium Violet Red. HEX triplet: B1, 00 and 83. RGB value is (177,0,131). Sum of RGB (Red+Green+Blue) = 177+0+131=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 0 (0.39% from 255 or 0% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B10083 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10083 is #4EFF7C. Grayscale: #434343. Windows color (decimal): -5177213 or 8585393. OLE color: 8585393.

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

Color convert

RGB 177 0 131 -
CMYK 0 1 0.26 0.31
HSL 315.59º 1% 0.35% -
HSV(B) 315.59º 1% 0.69% -
XYZ 22.23 10.99 22.42 -
YUV 67.86 163.64 205.85 -
System Red Green Blue C M Y K H S L
Decimal 177 0 131 0 1 0.26 0.31 315.59 1 0.35
Hex B1 0 83 0 64 1A 1F 13C 64 23
Octal 261 0 203 0 144 32 37 474 144 43
Binary 10110001 0 10000011 0 1100100 11010 11111 100111100 1100100 100011

Color Harmonies of #B10083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10083

Black with #B10083

Text Example


Text Example

White with #B10083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10083; }

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

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

background-color css

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

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

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

border-color css

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

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

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