Html Css Color HEX #B8127B Medium Violet Red

📋 copy color: '#B8127B'

red 184 ◦ green 18 ◦ blue 123

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

Shades of Medium Violet Red #B8127B

Tints of Medium Violet Red #B8127B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 37.85%

R = 56.62%
G = 5.54%
B = 37.85%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.33

 K value IS 0.28

RGB Variations

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

Color information

#B8127B (or 0xB8127B) is known color: Medium Violet Red. HEX triplet: B8, 12 and 7B. RGB value is (184,18,123). Sum of RGB (Red+Green+Blue) = 184+18+123=325 (43% of max value = 765). Red value is 184 (72.27% from 255 or 56.62% from 325); Green value is 18 (7.42% from 255 or 5.54% from 325); Blue value is 123 (48.44% from 255 or 37.85% from 325); Max value from RGB is 184 - color contains mainly: red. Hex color #B8127B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #B8127B is #47ED84. Grayscale: #4F4F4F. Windows color (decimal): -4713861 or 8065720. OLE color: 8065720.

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

Color convert

RGB 184 18 123 -
CMYK 0 0.90 0.33 0.28
HSL 322.05º 0.82% 0.4% -
HSV(B) 322.05º 0.9% 0.72% -
XYZ 23.56 12.05 19.82 -
YUV 79.6 152.5 202.46 -
System Red Green Blue C M Y K H S L
Decimal 184 18 123 0 0.90 0.33 0.28 322.05 0.82 0.4
Hex B8 12 7B 0 5A 21 1C 142 52 28
Octal 270 22 173 0 132 41 34 502 122 50
Binary 10111000 10010 1111011 0 1011010 100001 11100 101000010 1010010 101000

Color Harmonies of #B8127B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8127B

Black with #B8127B

Text Example


Text Example

White with #B8127B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8127B; }

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

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

background-color css

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

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

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

border-color css

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

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

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