Html Css Color HEX #B81A7D Medium Violet Red

📋 copy color: '#B81A7D'

red 184 ◦ green 26 ◦ blue 125

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

Shades of Medium Violet Red #B81A7D

Tints of Medium Violet Red #B81A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.31%

R = 54.93%
G = 7.76%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B81A7D (or 0xB81A7D) is known color: Medium Violet Red. HEX triplet: B8, 1A and 7D. RGB value is (184,26,125). Sum of RGB (Red+Green+Blue) = 184+26+125=335 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.93% from 335); Green value is 26 (10.55% from 255 or 7.76% from 335); Blue value is 125 (49.22% from 255 or 37.31% from 335); Max value from RGB is 184 - color contains mainly: red. Hex color #B81A7D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81A7D is #47E582. Grayscale: #545454. Windows color (decimal): -4711811 or 8198840. OLE color: 8198840.

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

Color convert

RGB 184 26 125 -
CMYK 0 0.86 0.32 0.28
HSL 322.41º 0.75% 0.41% -
HSV(B) 322.41º 0.86% 0.72% -
XYZ 23.84 12.41 20.54 -
YUV 84.53 150.85 198.95 -
System Red Green Blue C M Y K H S L
Decimal 184 26 125 0 0.86 0.32 0.28 322.41 0.75 0.41
Hex B8 1A 7D 0 56 20 1C 142 4B 29
Octal 270 32 175 0 126 40 34 502 113 51
Binary 10111000 11010 1111101 0 1010110 100000 11100 101000010 1001011 101001

Color Harmonies of #B81A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81A7D

Black with #B81A7D

Text Example


Text Example

White with #B81A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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