Html Css Color HEX #B81D7B Medium Violet Red

📋 copy color: '#B81D7B'

red 184 ◦ green 29 ◦ blue 123

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

Shades of Medium Violet Red #B81D7B

Tints of Medium Violet Red #B81D7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 36.61%

R = 54.76%
G = 8.63%
B = 36.61%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B81D7B (or 0xB81D7B) is known color: Medium Violet Red. HEX triplet: B8, 1D and 7B. RGB value is (184,29,123). Sum of RGB (Red+Green+Blue) = 184+29+123=336 (44% of max value = 765). Red value is 184 (72.27% from 255 or 54.76% from 336); Green value is 29 (11.72% from 255 or 8.63% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 184 - color contains mainly: red. Hex color #B81D7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B81D7B is #47E284. Grayscale: #555555. Windows color (decimal): -4711045 or 8068536. OLE color: 8068536.

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

Color convert

RGB 184 29 123 -
CMYK 0 0.84 0.33 0.28
HSL 323.61º 0.73% 0.42% -
HSV(B) 323.61º 0.84% 0.72% -
XYZ 23.78 12.5 19.9 -
YUV 86.06 148.85 197.86 -
System Red Green Blue C M Y K H S L
Decimal 184 29 123 0 0.84 0.33 0.28 323.61 0.73 0.42
Hex B8 1D 7B 0 54 21 1C 144 49 2A
Octal 270 35 173 0 124 41 34 504 111 52
Binary 10111000 11101 1111011 0 1010100 100001 11100 101000100 1001001 101010

Color Harmonies of #B81D7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81D7B

Black with #B81D7B

Text Example


Text Example

White with #B81D7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81D7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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