Html Css Color HEX #B10483 Medium Violet Red

📋 copy color: '#B10483'

red 177 ◦ green 4 ◦ blue 131

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

Shades of Medium Violet Red #B10483

Tints of Medium Violet Red #B10483

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.28%

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

R = 56.73%
G = 1.28%
B = 41.99%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#B10483 (or 0xB10483) is known color: Medium Violet Red. HEX triplet: B1, 04 and 83. RGB value is (177,4,131). Sum of RGB (Red+Green+Blue) = 177+4+131=312 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.73% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 131 (51.56% from 255 or 41.99% from 312); Max value from RGB is 177 - color contains mainly: red. Hex color #B10483 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10483 is #4EFB7C. Grayscale: #454545. Windows color (decimal): -5176189 or 8586417. OLE color: 8586417.

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

Color convert

RGB 177 4 131 -
CMYK 0 0.98 0.26 0.31
HSL 315.95º 0.96% 0.35% -
HSV(B) 315.95º 0.98% 0.69% -
XYZ 22.27 11.07 22.44 -
YUV 70.21 162.31 204.17 -
System Red Green Blue C M Y K H S L
Decimal 177 4 131 0 0.98 0.26 0.31 315.95 0.96 0.35
Hex B1 4 83 0 62 1A 1F 13C 60 23
Octal 261 4 203 0 142 32 37 474 140 43
Binary 10110001 100 10000011 0 1100010 11010 11111 100111100 1100000 100011

Color Harmonies of #B10483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10483

Black with #B10483

Text Example


Text Example

White with #B10483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10483; }

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

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

background-color css

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

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

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

border-color css

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

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

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