Html Css Color HEX #B1028D Medium Violet Red

📋 copy color: '#B1028D'

red 177 ◦ green 2 ◦ blue 141

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

Shades of Medium Violet Red #B1028D

Tints of Medium Violet Red #B1028D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 44.06%

R = 55.31%
G = 0.63%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1028D (or 0xB1028D) is known color: Medium Violet Red. HEX triplet: B1, 02 and 8D. RGB value is (177,2,141). Sum of RGB (Red+Green+Blue) = 177+2+141=320 (42% of max value = 765). Red value is 177 (69.53% from 255 or 55.31% from 320); Green value is 2 (1.17% from 255 or 0.62% from 320); Blue value is 141 (55.47% from 255 or 44.06% from 320); Max value from RGB is 177 - color contains mainly: red. Hex color #B1028D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1028D is #4EFD72. Grayscale: #454545. Windows color (decimal): -5176691 or 9241265. OLE color: 9241265.

HSL color Cylindrical-coordinate representation of color #B1028D: hue angle of 312.34º 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 #B1028D is Cyan = 0, Magento = 0.99, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 2 141 -
CMYK 0 0.99 0.20 0.31
HSL 312.34º 0.98% 0.35% -
HSV(B) 312.34º 0.99% 0.69% -
XYZ 22.96 11.31 26.17 -
YUV 70.17 167.98 204.2 -
System Red Green Blue C M Y K H S L
Decimal 177 2 141 0 0.99 0.20 0.31 312.34 0.98 0.35
Hex B1 2 8D 0 63 14 1F 138 62 23
Octal 261 2 215 0 143 24 37 470 142 43
Binary 10110001 10 10001101 0 1100011 10100 11111 100111000 1100010 100011

Color Harmonies of #B1028D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1028D

Black with #B1028D

Text Example


Text Example

White with #B1028D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1028D; }

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

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

background-color css

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

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

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

border-color css

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

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

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