Html Css Color HEX #B81275 Medium Violet Red

📋 copy color: '#B81275'

red 184 ◦ green 18 ◦ blue 117

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

Shades of Medium Violet Red #B81275

Tints of Medium Violet Red #B81275

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 36.68%

R = 57.68%
G = 5.64%
B = 36.68%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.36

 K value IS 0.28

RGB Variations

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

Color information

#B81275 (or 0xB81275) is known color: Medium Violet Red. HEX triplet: B8, 12 and 75. RGB value is (184,18,117). Sum of RGB (Red+Green+Blue) = 184+18+117=319 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.68% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 117 (46.09% from 255 or 36.68% from 319); Max value from RGB is 184 - color contains mainly: red. Hex color #B81275 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81275 is #47ED8A. Grayscale: #4E4E4E. Windows color (decimal): -4713867 or 7672504. OLE color: 7672504.

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

Color convert

RGB 184 18 117 -
CMYK 0 0.90 0.36 0.28
HSL 324.22º 0.82% 0.4% -
HSV(B) 324.22º 0.9% 0.72% -
XYZ 23.19 11.91 17.91 -
YUV 78.92 149.5 202.95 -
System Red Green Blue C M Y K H S L
Decimal 184 18 117 0 0.90 0.36 0.28 324.22 0.82 0.4
Hex B8 12 75 0 5A 24 1C 144 52 28
Octal 270 22 165 0 132 44 34 504 122 50
Binary 10111000 10010 1110101 0 1011010 100100 11100 101000100 1010010 101000

Color Harmonies of #B81275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81275

Black with #B81275

Text Example


Text Example

White with #B81275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81275; }

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

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

background-color css

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

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

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

border-color css

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

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

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