Html Css Color HEX #B81081 Medium Violet Red

📋 copy color: '#B81081'

red 184 ◦ green 16 ◦ blue 129

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

Shades of Medium Violet Red #B81081

Tints of Medium Violet Red #B81081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 4.86%

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

R = 55.93%
G = 4.86%
B = 39.21%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B81081 (or 0xB81081) is known color: Medium Violet Red. HEX triplet: B8, 10 and 81. RGB value is (184,16,129). Sum of RGB (Red+Green+Blue) = 184+16+129=329 (43% of max value = 765). Red value is 184 (72.27% from 255 or 55.93% from 329); Green value is 16 (6.64% from 255 or 4.86% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 184 - color contains mainly: red. Hex color #B81081 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #B81081 is #47EF7E. Grayscale: #4E4E4E. Windows color (decimal): -4714367 or 8458424. OLE color: 8458424.

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

Color convert

RGB 184 16 129 -
CMYK 0 0.91 0.30 0.28
HSL 319.64º 0.84% 0.39% -
HSV(B) 319.64º 0.91% 0.72% -
XYZ 23.91 12.15 21.85 -
YUV 79.11 156.16 202.81 -
System Red Green Blue C M Y K H S L
Decimal 184 16 129 0 0.91 0.30 0.28 319.64 0.84 0.39
Hex B8 10 81 0 5B 1E 1C 140 54 27
Octal 270 20 201 0 133 36 34 500 124 47
Binary 10111000 10000 10000001 0 1011011 11110 11100 101000000 1010100 100111

Color Harmonies of #B81081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81081

Black with #B81081

Text Example


Text Example

White with #B81081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81081; }

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

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

background-color css

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

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

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

border-color css

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

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

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