Html Css Color HEX #B81277 Medium Violet Red

📋 copy color: '#B81277'

red 184 ◦ green 18 ◦ blue 119

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

Shades of Medium Violet Red #B81277

Tints of Medium Violet Red #B81277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 37.07%

R = 57.32%
G = 5.61%
B = 37.07%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.35

 K value IS 0.28

RGB Variations

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

Color information

#B81277 (or 0xB81277) is known color: Medium Violet Red. HEX triplet: B8, 12 and 77. RGB value is (184,18,119). Sum of RGB (Red+Green+Blue) = 184+18+119=321 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.32% from 321); Green value is 18 (7.42% from 255 or 5.61% from 321); Blue value is 119 (46.88% from 255 or 37.07% from 321); Max value from RGB is 184 - color contains mainly: red. Hex color #B81277 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81277 is #47ED88. Grayscale: #4E4E4E. Windows color (decimal): -4713865 or 7803576. OLE color: 7803576.

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

Color convert

RGB 184 18 119 -
CMYK 0 0.90 0.35 0.28
HSL 323.49º 0.82% 0.4% -
HSV(B) 323.49º 0.9% 0.72% -
XYZ 23.31 11.95 18.53 -
YUV 79.15 150.5 202.79 -
System Red Green Blue C M Y K H S L
Decimal 184 18 119 0 0.90 0.35 0.28 323.49 0.82 0.4
Hex B8 12 77 0 5A 23 1C 143 52 28
Octal 270 22 167 0 132 43 34 503 122 50
Binary 10111000 10010 1110111 0 1011010 100011 11100 101000011 1010010 101000

Color Harmonies of #B81277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81277

Black with #B81277

Text Example


Text Example

White with #B81277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81277; }

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

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

background-color css

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

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

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

border-color css

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

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

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