Html Css Color HEX #B1028A Medium Violet Red

📋 copy color: '#B1028A'

red 177 ◦ green 2 ◦ blue 138

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

Shades of Medium Violet Red #B1028A

Tints of Medium Violet Red #B1028A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.53%

R = 55.84%
G = 0.63%
B = 43.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#B1028A (or 0xB1028A) is known color: Medium Violet Red. HEX triplet: B1, 02 and 8A. RGB value is (177,2,138). Sum of RGB (Red+Green+Blue) = 177+2+138=317 (41% of max value = 765). Red value is 177 (69.53% from 255 or 55.84% from 317); Green value is 2 (1.17% from 255 or 0.63% from 317); Blue value is 138 (54.30% from 255 or 43.53% from 317); Max value from RGB is 177 - color contains mainly: red. Hex color #B1028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #B1028A is #4EFD75. Grayscale: #454545. Windows color (decimal): -5176694 or 9044657. OLE color: 9044657.

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

Color convert

RGB 177 2 138 -
CMYK 0 0.99 0.22 0.31
HSL 313.37º 0.98% 0.35% -
HSV(B) 313.37º 0.99% 0.69% -
XYZ 22.74 11.23 25.01 -
YUV 69.83 166.48 204.44 -
System Red Green Blue C M Y K H S L
Decimal 177 2 138 0 0.99 0.22 0.31 313.37 0.98 0.35
Hex B1 2 8A 0 63 16 1F 139 62 23
Octal 261 2 212 0 143 26 37 471 142 43
Binary 10110001 10 10001010 0 1100011 10110 11111 100111001 1100010 100011

Color Harmonies of #B1028A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1028A

Black with #B1028A

Text Example


Text Example

White with #B1028A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1028A; }

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

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

background-color css

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

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

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

border-color css

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

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

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