Html Css Color HEX #B10883 Medium Violet Red

📋 copy color: '#B10883'

red 177 ◦ green 8 ◦ blue 131

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

Shades of Medium Violet Red #B10883

Tints of Medium Violet Red #B10883

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.53%

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

R = 56.01%
G = 2.53%
B = 41.46%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B10883 (or 0xB10883) is known color: Medium Violet Red. HEX triplet: B1, 08 and 83. RGB value is (177,8,131). Sum of RGB (Red+Green+Blue) = 177+8+131=316 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.01% from 316); Green value is 8 (3.52% from 255 or 2.53% from 316); Blue value is 131 (51.56% from 255 or 41.46% from 316); Max value from RGB is 177 - color contains mainly: red. Hex color #B10883 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10883 is #4EF77C. Grayscale: #484848. Windows color (decimal): -5175165 or 8587441. OLE color: 8587441.

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

Color convert

RGB 177 8 131 -
CMYK 0 0.95 0.26 0.31
HSL 316.33º 0.91% 0.36% -
HSV(B) 316.33º 0.95% 0.69% -
XYZ 22.32 11.16 22.45 -
YUV 72.55 160.99 202.5 -
System Red Green Blue C M Y K H S L
Decimal 177 8 131 0 0.95 0.26 0.31 316.33 0.91 0.36
Hex B1 8 83 0 5F 1A 1F 13C 5B 24
Octal 261 10 203 0 137 32 37 474 133 44
Binary 10110001 1000 10000011 0 1011111 11010 11111 100111100 1011011 100100

Color Harmonies of #B10883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10883

Black with #B10883

Text Example


Text Example

White with #B10883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10883; }

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

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

background-color css

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

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

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

border-color css

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

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

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