Html Css Color HEX #B0127A Medium Violet Red

📋 copy color: '#B0127A'

red 176 ◦ green 18 ◦ blue 122

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

Shades of Medium Violet Red #B0127A

Tints of Medium Violet Red #B0127A

RGB

 RED value IS 176 (69.14% from 255) = 55.7%

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

 BLUE value IS 122 (48.05% from 255) = 38.61%

R = 55.7%
G = 5.7%
B = 38.61%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B0127A (or 0xB0127A) is known color: Medium Violet Red. HEX triplet: B0, 12 and 7A. RGB value is (176,18,122). Sum of RGB (Red+Green+Blue) = 176+18+122=316 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.70% from 316); Green value is 18 (7.42% from 255 or 5.70% from 316); Blue value is 122 (48.05% from 255 or 38.61% from 316); Max value from RGB is 176 - color contains mainly: red. Hex color #B0127A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B0127A is #4FED85. Grayscale: #4C4C4C. Windows color (decimal): -5238150 or 8000176. OLE color: 8000176.

HSL color Cylindrical-coordinate representation of color #B0127A: hue angle of 320.51º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B0127A is Cyan = 0, Magento = 0.90, Yellow = 0.31 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 18 122 -
CMYK 0 0.90 0.31 0.31
HSL 320.51º 0.81% 0.38% -
HSV(B) 320.51º 0.9% 0.69% -
XYZ 21.63 11.07 19.41 -
YUV 77.1 153.35 198.54 -
System Red Green Blue C M Y K H S L
Decimal 176 18 122 0 0.90 0.31 0.31 320.51 0.81 0.38
Hex B0 12 7A 0 5A 1F 1F 141 51 26
Octal 260 22 172 0 132 37 37 501 121 46
Binary 10110000 10010 1111010 0 1011010 11111 11111 101000001 1010001 100110

Color Harmonies of #B0127A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0127A

Black with #B0127A

Text Example


Text Example

White with #B0127A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0127A; }

 p { color: rgb(176,18,122); }

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

background-color css

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

 a { background-color: rgb(176,18,122); }

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

border-color css

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

 span { border-color: rgb(176,18,122); }

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