Html Css Color HEX #B10482 Medium Violet Red

📋 copy color: '#B10482'

red 177 ◦ green 4 ◦ blue 130

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

Shades of Medium Violet Red #B10482

Tints of Medium Violet Red #B10482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 41.8%

R = 56.91%
G = 1.29%
B = 41.8%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B10482 (or 0xB10482) is known color: Medium Violet Red. HEX triplet: B1, 04 and 82. RGB value is (177,4,130). Sum of RGB (Red+Green+Blue) = 177+4+130=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 130 (51.17% from 255 or 41.80% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B10482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10482 is #4EFB7D. Grayscale: #454545. Windows color (decimal): -5176190 or 8520881. OLE color: 8520881.

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

Color convert

RGB 177 4 130 -
CMYK 0 0.98 0.27 0.31
HSL 316.3º 0.96% 0.35% -
HSV(B) 316.3º 0.98% 0.69% -
XYZ 22.2 11.05 22.08 -
YUV 70.09 161.81 204.25 -
System Red Green Blue C M Y K H S L
Decimal 177 4 130 0 0.98 0.27 0.31 316.3 0.96 0.35
Hex B1 4 82 0 62 1B 1F 13C 60 23
Octal 261 4 202 0 142 33 37 474 140 43
Binary 10110001 100 10000010 0 1100010 11011 11111 100111100 1100000 100011

Color Harmonies of #B10482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10482

Black with #B10482

Text Example


Text Example

White with #B10482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10482; }

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

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

background-color css

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

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

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

border-color css

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

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

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