Html Css Color HEX #B10082 Medium Violet Red

📋 copy color: '#B10082'

red 177 ◦ green 0 ◦ blue 130

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

Shades of Medium Violet Red #B10082

Tints of Medium Violet Red #B10082

RGB

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

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

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

R = 57.65%
G = 0%
B = 42.35%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B10082 (or 0xB10082) is known color: Medium Violet Red. HEX triplet: B1, 00 and 82. RGB value is (177,0,130). Sum of RGB (Red+Green+Blue) = 177+0+130=307 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.65% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 177 - color contains mainly: red. Hex color #B10082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10082 is #4EFF7D. Grayscale: #434343. Windows color (decimal): -5177214 or 8519857. OLE color: 8519857.

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

Color convert

RGB 177 0 130 -
CMYK 0 1 0.27 0.31
HSL 315.93º 1% 0.35% -
HSV(B) 315.93º 1% 0.69% -
XYZ 22.16 10.96 22.07 -
YUV 67.74 163.14 205.93 -
System Red Green Blue C M Y K H S L
Decimal 177 0 130 0 1 0.27 0.31 315.93 1 0.35
Hex B1 0 82 0 64 1B 1F 13C 64 23
Octal 261 0 202 0 144 33 37 474 144 43
Binary 10110001 0 10000010 0 1100100 11011 11111 100111100 1100100 100011

Color Harmonies of #B10082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10082

Black with #B10082

Text Example


Text Example

White with #B10082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10082; }

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

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

background-color css

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

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

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

border-color css

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

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

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