Html Css Color HEX #B81283 Medium Violet Red

📋 copy color: '#B81283'

red 184 ◦ green 18 ◦ blue 131

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

Shades of Medium Violet Red #B81283

Tints of Medium Violet Red #B81283

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.41%

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

R = 55.26%
G = 5.41%
B = 39.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.29

 K value IS 0.28

RGB Variations

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

Color information

#B81283 (or 0xB81283) is known color: Medium Violet Red. HEX triplet: B8, 12 and 83. RGB value is (184,18,131). Sum of RGB (Red+Green+Blue) = 184+18+131=333 (44% of max value = 765). Red value is 184 (72.27% from 255 or 55.26% from 333); Green value is 18 (7.42% from 255 or 5.41% from 333); Blue value is 131 (51.56% from 255 or 39.34% from 333); Max value from RGB is 184 - color contains mainly: red. Hex color #B81283 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81283 is #47ED7C. Grayscale: #505050. Windows color (decimal): -4713853 or 8590008. OLE color: 8590008.

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

Color convert

RGB 184 18 131 -
CMYK 0 0.90 0.29 0.28
HSL 319.16º 0.82% 0.4% -
HSV(B) 319.16º 0.9% 0.72% -
XYZ 24.08 12.26 22.57 -
YUV 80.52 156.5 201.81 -
System Red Green Blue C M Y K H S L
Decimal 184 18 131 0 0.90 0.29 0.28 319.16 0.82 0.4
Hex B8 12 83 0 5A 1D 1C 13F 52 28
Octal 270 22 203 0 132 35 34 477 122 50
Binary 10111000 10010 10000011 0 1011010 11101 11100 100111111 1010010 101000

Color Harmonies of #B81283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81283

Black with #B81283

Text Example


Text Example

White with #B81283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81283; }

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

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

background-color css

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

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

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

border-color css

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

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

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