Html Css Color HEX #B81D8A Medium Violet Red

📋 copy color: '#B81D8A'

red 184 ◦ green 29 ◦ blue 138

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

Shades of Medium Violet Red #B81D8A

Tints of Medium Violet Red #B81D8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 39.32%

R = 52.42%
G = 8.26%
B = 39.32%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B81D8A (or 0xB81D8A) is known color: Medium Violet Red. HEX triplet: B8, 1D and 8A. RGB value is (184,29,138). Sum of RGB (Red+Green+Blue) = 184+29+138=351 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.42% from 351); Green value is 29 (11.72% from 255 or 8.26% from 351); Blue value is 138 (54.30% from 255 or 39.32% from 351); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81D8A is #47E275. Grayscale: #575757. Windows color (decimal): -4711030 or 9051576. OLE color: 9051576.

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

Color convert

RGB 184 29 138 -
CMYK 0 0.84 0.25 0.28
HSL 317.81º 0.73% 0.42% -
HSV(B) 317.81º 0.84% 0.72% -
XYZ 24.79 12.9 25.23 -
YUV 87.77 156.35 196.64 -
System Red Green Blue C M Y K H S L
Decimal 184 29 138 0 0.84 0.25 0.28 317.81 0.73 0.42
Hex B8 1D 8A 0 54 19 1C 13E 49 2A
Octal 270 35 212 0 124 31 34 476 111 52
Binary 10111000 11101 10001010 0 1010100 11001 11100 100111110 1001001 101010

Color Harmonies of #B81D8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D8A

Black with #B81D8A

Text Example


Text Example

White with #B81D8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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