Html Css Color HEX #B81BA4 Medium Violet Red

📋 copy color: '#B81BA4'

red 184 ◦ green 27 ◦ blue 164

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

Shades of Medium Violet Red #B81BA4

Tints of Medium Violet Red #B81BA4

RGB

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

 GREEN value IS 27 (10.94% from 255) = 7.2%

 BLUE value IS 164 (64.45% from 255) = 43.73%

R = 49.07%
G = 7.2%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.28

RGB Variations

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

Color information

#B81BA4 (or 0xB81BA4) is known color: Medium Violet Red. HEX triplet: B8, 1B and A4. RGB value is (184,27,164). Sum of RGB (Red+Green+Blue) = 184+27+164=375 (49% of max value = 765). Red value is 184 (72.27% from 255 or 49.07% from 375); Green value is 27 (10.94% from 255 or 7.2% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 184 - color contains mainly: red. Hex color #B81BA4 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B81BA4 is #47E45B. Grayscale: #595959. Windows color (decimal): -4711516 or 10755000. OLE color: 10755000.

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

Color convert

RGB 184 27 164 -
CMYK 0 0.85 0.11 0.28
HSL 307.64º 0.74% 0.41% -
HSV(B) 307.64º 0.85% 0.72% -
XYZ 26.86 13.65 36.34 -
YUV 89.56 170.01 195.36 -
System Red Green Blue C M Y K H S L
Decimal 184 27 164 0 0.85 0.11 0.28 307.64 0.74 0.41
Hex B8 1B A4 0 55 B 1C 134 4A 29
Octal 270 33 244 0 125 13 34 464 112 51
Binary 10111000 11011 10100100 0 1010101 1011 11100 100110100 1001010 101001

Color Harmonies of #B81BA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81BA4

Black with #B81BA4

Text Example


Text Example

White with #B81BA4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81BA4; }

 p { color: rgb(184,27,164); }

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

background-color css

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

 a { background-color: rgb(184,27,164); }

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

border-color css

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

 span { border-color: rgb(184,27,164); }

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