Html Css Color HEX #B81C81 Medium Violet Red

📋 copy color: '#B81C81'

red 184 ◦ green 28 ◦ blue 129

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

Shades of Medium Violet Red #B81C81

Tints of Medium Violet Red #B81C81

RGB

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

 GREEN value IS 28 (11.33% from 255) = 8.21%

 BLUE value IS 129 (50.78% from 255) = 37.83%

R = 53.96%
G = 8.21%
B = 37.83%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B81C81 (or 0xB81C81) is known color: Medium Violet Red. HEX triplet: B8, 1C and 81. RGB value is (184,28,129). Sum of RGB (Red+Green+Blue) = 184+28+129=341 (45% of max value = 765). Red value is 184 (72.27% from 255 or 53.96% from 341); Green value is 28 (11.33% from 255 or 8.21% from 341); Blue value is 129 (50.78% from 255 or 37.83% from 341); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C81 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81C81 is #47E37E. Grayscale: #555555. Windows color (decimal): -4711295 or 8461496. OLE color: 8461496.

HSL color Cylindrical-coordinate representation of color #B81C81: hue angle of 321.15º degrees, saturation: 0.74, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B81C81 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 28 129 -
CMYK 0 0.85 0.30 0.28
HSL 321.15º 0.74% 0.42% -
HSV(B) 321.15º 0.85% 0.72% -
XYZ 24.14 12.61 21.93 -
YUV 86.16 152.18 197.79 -
System Red Green Blue C M Y K H S L
Decimal 184 28 129 0 0.85 0.30 0.28 321.15 0.74 0.42
Hex B8 1C 81 0 55 1E 1C 141 4A 2A
Octal 270 34 201 0 125 36 34 501 112 52
Binary 10111000 11100 10000001 0 1010101 11110 11100 101000001 1001010 101010

Color Harmonies of #B81C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81C81

Black with #B81C81

Text Example


Text Example

White with #B81C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81C81; }

 p { color: rgb(184,28,129); }

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

background-color css

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

 a { background-color: rgb(184,28,129); }

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

border-color css

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

 span { border-color: rgb(184,28,129); }

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