Html Css Color HEX #B81CA1 Medium Violet Red

📋 copy color: '#B81CA1'

red 184 ◦ green 28 ◦ blue 161

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

Shades of Medium Violet Red #B81CA1

Tints of Medium Violet Red #B81CA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 43.16%

R = 49.33%
G = 7.51%
B = 43.16%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.12

 K value IS 0.28

RGB Variations

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

Color information

#B81CA1 (or 0xB81CA1) is known color: Medium Violet Red. HEX triplet: B8, 1C and A1. RGB value is (184,28,161). Sum of RGB (Red+Green+Blue) = 184+28+161=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 28 (11.33% from 255 or 7.51% from 373); Blue value is 161 (63.28% from 255 or 43.16% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B81CA1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81CA1 is #47E35E. Grayscale: #595959. Windows color (decimal): -4711263 or 10558648. OLE color: 10558648.

HSL color Cylindrical-coordinate representation of color #B81CA1: hue angle of 308.85º 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 #B81CA1 is Cyan = 0, Magento = 0.85, Yellow = 0.12 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 28 161 -
CMYK 0 0.85 0.12 0.28
HSL 308.85º 0.74% 0.42% -
HSV(B) 308.85º 0.85% 0.72% -
XYZ 26.62 13.59 34.94 -
YUV 89.81 168.18 195.19 -
System Red Green Blue C M Y K H S L
Decimal 184 28 161 0 0.85 0.12 0.28 308.85 0.74 0.42
Hex B8 1C A1 0 55 C 1C 135 4A 2A
Octal 270 34 241 0 125 14 34 465 112 52
Binary 10111000 11100 10100001 0 1010101 1100 11100 100110101 1001010 101010

Color Harmonies of #B81CA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81CA1

Black with #B81CA1

Text Example


Text Example

White with #B81CA1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81CA1; }

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

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

background-color css

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

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

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

border-color css

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

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

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