Html Css Color HEX #B81DA0 Medium Violet Red

📋 copy color: '#B81DA0'

red 184 ◦ green 29 ◦ blue 160

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

Shades of Medium Violet Red #B81DA0

Tints of Medium Violet Red #B81DA0

RGB

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

 GREEN value IS 29 (11.72% from 255) = 7.77%

 BLUE value IS 160 (62.89% from 255) = 42.9%

R = 49.33%
G = 7.77%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.13

 K value IS 0.28

RGB Variations

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

Color information

#B81DA0 (or 0xB81DA0) is known color: Medium Violet Red. HEX triplet: B8, 1D and A0. RGB value is (184,29,160). Sum of RGB (Red+Green+Blue) = 184+29+160=373 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.33% from 373); Green value is 29 (11.72% from 255 or 7.77% from 373); Blue value is 160 (62.89% from 255 or 42.90% from 373); Max value from RGB is 184 - color contains mainly: red. Hex color #B81DA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81DA0 is #47E25F. Grayscale: #595959. Windows color (decimal): -4711008 or 10493368. OLE color: 10493368.

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

Color convert

RGB 184 29 160 -
CMYK 0 0.84 0.13 0.28
HSL 309.29º 0.73% 0.42% -
HSV(B) 309.29º 0.84% 0.72% -
XYZ 26.55 13.61 34.48 -
YUV 90.28 167.35 194.85 -
System Red Green Blue C M Y K H S L
Decimal 184 29 160 0 0.84 0.13 0.28 309.29 0.73 0.42
Hex B8 1D A0 0 54 D 1C 135 49 2A
Octal 270 35 240 0 124 15 34 465 111 52
Binary 10111000 11101 10100000 0 1010100 1101 11100 100110101 1001001 101010

Color Harmonies of #B81DA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81DA0

Black with #B81DA0

Text Example


Text Example

White with #B81DA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81DA0; }

 p { color: rgb(184,29,160); }

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

background-color css

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

 a { background-color: rgb(184,29,160); }

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

border-color css

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

 span { border-color: rgb(184,29,160); }

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