Html Css Color HEX #B8117E Medium Violet Red

📋 copy color: '#B8117E'

red 184 ◦ green 17 ◦ blue 126

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

Shades of Medium Violet Red #B8117E

Tints of Medium Violet Red #B8117E

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.2%

 BLUE value IS 126 (49.61% from 255) = 38.53%

R = 56.27%
G = 5.2%
B = 38.53%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B8117E (or 0xB8117E) is known color: Medium Violet Red. HEX triplet: B8, 11 and 7E. RGB value is (184,17,126). Sum of RGB (Red+Green+Blue) = 184+17+126=327 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.27% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 126 (49.61% from 255 or 38.53% from 327); Max value from RGB is 184 - color contains mainly: red. Hex color #B8117E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8117E is #47EE81. Grayscale: #4F4F4F. Windows color (decimal): -4714114 or 8262072. OLE color: 8262072.

HSL color Cylindrical-coordinate representation of color #B8117E: hue angle of 320.84º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B8117E is Cyan = 0, Magento = 0.91, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 184 17 126 -
CMYK 0 0.91 0.32 0.28
HSL 320.84º 0.83% 0.39% -
HSV(B) 320.84º 0.91% 0.72% -
XYZ 23.73 12.1 20.82 -
YUV 79.36 154.33 202.64 -
System Red Green Blue C M Y K H S L
Decimal 184 17 126 0 0.91 0.32 0.28 320.84 0.83 0.39
Hex B8 11 7E 0 5B 20 1C 141 53 27
Octal 270 21 176 0 133 40 34 501 123 47
Binary 10111000 10001 1111110 0 1011011 100000 11100 101000001 1010011 100111

Color Harmonies of #B8117E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8117E

Black with #B8117E

Text Example


Text Example

White with #B8117E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8117E; }

 p { color: rgb(184,17,126); }

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

background-color css

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

 a { background-color: rgb(184,17,126); }

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

border-color css

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

 span { border-color: rgb(184,17,126); }

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