Html Css Color HEX #B81A8A Medium Violet Red

📋 copy color: '#B81A8A'

red 184 ◦ green 26 ◦ blue 138

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

Shades of Medium Violet Red #B81A8A

Tints of Medium Violet Red #B81A8A

RGB

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

 GREEN value IS 26 (10.55% from 255) = 7.47%

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

R = 52.87%
G = 7.47%
B = 39.66%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.25

 K value IS 0.28

RGB Variations

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

Color information

#B81A8A (or 0xB81A8A) is known color: Medium Violet Red. HEX triplet: B8, 1A and 8A. RGB value is (184,26,138). Sum of RGB (Red+Green+Blue) = 184+26+138=348 (46% of max value = 765). Red value is 184 (72.27% from 255 or 52.87% from 348); Green value is 26 (10.55% from 255 or 7.47% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81A8A is #47E575. Grayscale: #555555. Windows color (decimal): -4711798 or 9050808. OLE color: 9050808.

HSL color Cylindrical-coordinate representation of color #B81A8A: hue angle of 317.47º degrees, saturation: 0.75, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #B81A8A is Cyan = 0, Magento = 0.86, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 26 138 -
CMYK 0 0.86 0.25 0.28
HSL 317.47º 0.75% 0.41% -
HSV(B) 317.47º 0.86% 0.72% -
XYZ 24.72 12.76 25.21 -
YUV 86.01 157.35 197.89 -
System Red Green Blue C M Y K H S L
Decimal 184 26 138 0 0.86 0.25 0.28 317.47 0.75 0.41
Hex B8 1A 8A 0 56 19 1C 13D 4B 29
Octal 270 32 212 0 126 31 34 475 113 51
Binary 10111000 11010 10001010 0 1010110 11001 11100 100111101 1001011 101001

Color Harmonies of #B81A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A8A

Black with #B81A8A

Text Example


Text Example

White with #B81A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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