Html Css Color HEX #B10182 Medium Violet Red

📋 copy color: '#B10182'

red 177 ◦ green 1 ◦ blue 130

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

Shades of Medium Violet Red #B10182

Tints of Medium Violet Red #B10182

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.32%

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

R = 57.47%
G = 0.32%
B = 42.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B10182 (or 0xB10182) is known color: Medium Violet Red. HEX triplet: B1, 01 and 82. RGB value is (177,1,130). Sum of RGB (Red+Green+Blue) = 177+1+130=308 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.47% from 308); Green value is 1 (0.78% from 255 or 0.32% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 177 - color contains mainly: red. Hex color #B10182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B10182 is #4EFE7D. Grayscale: #434343. Windows color (decimal): -5176958 or 8520113. OLE color: 8520113.

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

Color convert

RGB 177 1 130 -
CMYK 0 0.99 0.27 0.31
HSL 316.02º 0.99% 0.35% -
HSV(B) 316.02º 0.99% 0.69% -
XYZ 22.17 10.98 22.07 -
YUV 68.33 162.81 205.51 -
System Red Green Blue C M Y K H S L
Decimal 177 1 130 0 0.99 0.27 0.31 316.02 0.99 0.35
Hex B1 1 82 0 63 1B 1F 13C 63 23
Octal 261 1 202 0 143 33 37 474 143 43
Binary 10110001 1 10000010 0 1100011 11011 11111 100111100 1100011 100011

Color Harmonies of #B10182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B10182

Black with #B10182

Text Example


Text Example

White with #B10182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B10182; }

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

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

background-color css

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

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

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

border-color css

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

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

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