Html Css Color HEX #B81375 Medium Violet Red

📋 copy color: '#B81375'

red 184 ◦ green 19 ◦ blue 117

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

Shades of Medium Violet Red #B81375

Tints of Medium Violet Red #B81375

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.94%

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

R = 57.5%
G = 5.94%
B = 36.56%

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

#B81375 (or 0xB81375) is known color: Medium Violet Red. HEX triplet: B8, 13 and 75. RGB value is (184,19,117). Sum of RGB (Red+Green+Blue) = 184+19+117=320 (42% of max value = 765). Red value is 184 (72.27% from 255 or 57.5% from 320); Green value is 19 (7.81% from 255 or 5.94% from 320); Blue value is 117 (46.09% from 255 or 36.56% from 320); Max value from RGB is 184 - color contains mainly: red. Hex color #B81375 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B81375 is #47EC8A. Grayscale: #4F4F4F. Windows color (decimal): -4713611 or 7672760. OLE color: 7672760.

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

Color convert

RGB 184 19 117 -
CMYK 0 0.90 0.36 0.28
HSL 324.36º 0.81% 0.4% -
HSV(B) 324.36º 0.9% 0.72% -
XYZ 23.21 11.94 17.91 -
YUV 79.51 149.16 202.53 -
System Red Green Blue C M Y K H S L
Decimal 184 19 117 0 0.90 0.36 0.28 324.36 0.81 0.4
Hex B8 13 75 0 5A 24 1C 144 51 28
Octal 270 23 165 0 132 44 34 504 121 50
Binary 10111000 10011 1110101 0 1011010 100100 11100 101000100 1010001 101000

Color Harmonies of #B81375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B81375

Black with #B81375

Text Example


Text Example

White with #B81375

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B81375; }

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

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

background-color css

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

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

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

border-color css

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

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

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