Html Css Color HEX #B80182 Medium Violet Red

📋 copy color: '#B80182'

red 184 ◦ green 1 ◦ blue 130

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

Shades of Medium Violet Red #B80182

Tints of Medium Violet Red #B80182

RGB

 RED value IS 184 (72.27% from 255) = 58.41%

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

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

R = 58.41%
G = 0.32%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B80182 (or 0xB80182) is known color: Medium Violet Red. HEX triplet: B8, 01 and 82. RGB value is (184,1,130). Sum of RGB (Red+Green+Blue) = 184+1+130=315 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.41% from 315); Green value is 1 (0.78% from 255 or 0.32% from 315); Blue value is 130 (51.17% from 255 or 41.27% from 315); Max value from RGB is 184 - color contains mainly: red. Hex color #B80182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80182 is #47FE7D. Grayscale: #464646. Windows color (decimal): -4718206 or 8520120. OLE color: 8520120.

HSL color Cylindrical-coordinate representation of color #B80182: hue angle of 317.7º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B80182 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 1 130 -
CMYK 0 0.99 0.29 0.28
HSL 317.7º 0.99% 0.36% -
HSV(B) 317.7º 0.99% 0.72% -
XYZ 23.81 11.82 22.15 -
YUV 70.42 161.63 209.01 -
System Red Green Blue C M Y K H S L
Decimal 184 1 130 0 0.99 0.29 0.28 317.7 0.99 0.36
Hex B8 1 82 0 63 1D 1C 13E 63 24
Octal 270 1 202 0 143 35 34 476 143 44
Binary 10111000 1 10000010 0 1100011 11101 11100 100111110 1100011 100100

Color Harmonies of #B80182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80182

Black with #B80182

Text Example


Text Example

White with #B80182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80182; }

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

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

background-color css

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

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

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

border-color css

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

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

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