Html Css Color HEX #B81274 Medium Violet Red

📋 copy color: '#B81274'

red 184 ◦ green 18 ◦ blue 116

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

Shades of Medium Violet Red #B81274

Tints of Medium Violet Red #B81274

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.66%

 BLUE value IS 116 (45.7% from 255) = 36.48%

R = 57.86%
G = 5.66%
B = 36.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.37

 K value IS 0.28

RGB Variations

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

Color information

#B81274 (or 0xB81274) is known color: Medium Violet Red. HEX triplet: B8, 12 and 74. RGB value is (184,18,116). Sum of RGB (Red+Green+Blue) = 184+18+116=318 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.86% from 318); Green value is 18 (7.42% from 255 or 5.66% from 318); Blue value is 116 (45.70% from 255 or 36.48% from 318); Max value from RGB is 184 - color contains mainly: red. Hex color #B81274 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81274 is #47ED8B. Grayscale: #4E4E4E. Windows color (decimal): -4713868 or 7606968. OLE color: 7606968.

HSL color Cylindrical-coordinate representation of color #B81274: hue angle of 324.58º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81274 is Cyan = 0, Magento = 0.90, Yellow = 0.37 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 18 116 -
CMYK 0 0.90 0.37 0.28
HSL 324.58º 0.82% 0.4% -
HSV(B) 324.58º 0.9% 0.72% -
XYZ 23.14 11.88 17.6 -
YUV 78.81 149 203.03 -
System Red Green Blue C M Y K H S L
Decimal 184 18 116 0 0.90 0.37 0.28 324.58 0.82 0.4
Hex B8 12 74 0 5A 25 1C 145 52 28
Octal 270 22 164 0 132 45 34 505 122 50
Binary 10111000 10010 1110100 0 1011010 100101 11100 101000101 1010010 101000

Color Harmonies of #B81274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81274

Black with #B81274

Text Example


Text Example

White with #B81274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81274; }

 p { color: rgb(184,18,116); }

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

background-color css

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

 a { background-color: rgb(184,18,116); }

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

border-color css

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

 span { border-color: rgb(184,18,116); }

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