Html Css Color HEX #B80283 Medium Violet Red

📋 copy color: '#B80283'

red 184 ◦ green 2 ◦ blue 131

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

Shades of Medium Violet Red #B80283

Tints of Medium Violet Red #B80283

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 58.04%
G = 0.63%
B = 41.32%

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

#B80283 (or 0xB80283) is known color: Medium Violet Red. HEX triplet: B8, 02 and 83. RGB value is (184,2,131). Sum of RGB (Red+Green+Blue) = 184+2+131=317 (41% of max value = 765). Red value is 184 (72.27% from 255 or 58.04% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 131 (51.56% from 255 or 41.32% from 317); Max value from RGB is 184 - color contains mainly: red. Hex color #B80283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B80283 is #47FD7C. Grayscale: #464646. Windows color (decimal): -4717949 or 8585912. OLE color: 8585912.

HSL color Cylindrical-coordinate representation of color #B80283: hue angle of 317.47º degrees, saturation: 0.98, 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 #B80283 is Cyan = 0, Magento = 0.99, Yellow = 0.29 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 2 131 -
CMYK 0 0.99 0.29 0.28
HSL 317.47º 0.98% 0.36% -
HSV(B) 317.47º 0.99% 0.72% -
XYZ 23.89 11.87 22.51 -
YUV 71.12 161.8 208.51 -
System Red Green Blue C M Y K H S L
Decimal 184 2 131 0 0.99 0.29 0.28 317.47 0.98 0.36
Hex B8 2 83 0 63 1D 1C 13D 62 24
Octal 270 2 203 0 143 35 34 475 142 44
Binary 10111000 10 10000011 0 1100011 11101 11100 100111101 1100010 100100

Color Harmonies of #B80283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B80283

Black with #B80283

Text Example


Text Example

White with #B80283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B80283; }

 p { color: rgb(184,2,131); }

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

background-color css

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

 a { background-color: rgb(184,2,131); }

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

border-color css

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

 span { border-color: rgb(184,2,131); }

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