Html Css Color HEX #B1028C Medium Violet Red

📋 copy color: '#B1028C'

red 177 ◦ green 2 ◦ blue 140

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

Shades of Medium Violet Red #B1028C

Tints of Medium Violet Red #B1028C

RGB

 RED value IS 177 (69.53% from 255) = 55.49%

 GREEN value IS 2 (1.17% from 255) = 0.63%

 BLUE value IS 140 (55.08% from 255) = 43.89%

R = 55.49%
G = 0.63%
B = 43.89%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1028C (or 0xB1028C) is known color: Medium Violet Red. HEX triplet: B1, 02 and 8C. RGB value is (177,2,140). Sum of RGB (Red+Green+Blue) = 177+2+140=319 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.49% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 177 - color contains mainly: red. Hex color #B1028C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1028C is #4EFD73. Grayscale: #454545. Windows color (decimal): -5176692 or 9175729. OLE color: 9175729.

HSL color Cylindrical-coordinate representation of color #B1028C: hue angle of 312.69º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B1028C is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 2 140 -
CMYK 0 0.99 0.21 0.31
HSL 312.69º 0.98% 0.35% -
HSV(B) 312.69º 0.99% 0.69% -
XYZ 22.89 11.28 25.78 -
YUV 70.06 167.48 204.28 -
System Red Green Blue C M Y K H S L
Decimal 177 2 140 0 0.99 0.21 0.31 312.69 0.98 0.35
Hex B1 2 8C 0 63 15 1F 139 62 23
Octal 261 2 214 0 143 25 37 471 142 43
Binary 10110001 10 10001100 0 1100011 10101 11111 100111001 1100010 100011

Color Harmonies of #B1028C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1028C

Black with #B1028C

Text Example


Text Example

White with #B1028C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1028C; }

 p { color: rgb(177,2,140); }

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

background-color css

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

 a { background-color: rgb(177,2,140); }

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

border-color css

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

 span { border-color: rgb(177,2,140); }

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