Html Css Color HEX #B1027C Medium Violet Red

📋 copy color: '#B1027C'

red 177 ◦ green 2 ◦ blue 124

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

Shades of Medium Violet Red #B1027C

Tints of Medium Violet Red #B1027C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 40.92%

R = 58.42%
G = 0.66%
B = 40.92%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.30

 K value IS 0.31

RGB Variations

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

Color information

#B1027C (or 0xB1027C) is known color: Medium Violet Red. HEX triplet: B1, 02 and 7C. RGB value is (177,2,124). Sum of RGB (Red+Green+Blue) = 177+2+124=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 2 (1.17% from 255 or 0.66% from 303); Blue value is 124 (48.83% from 255 or 40.92% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1027C is #4EFD83. Grayscale: #434343. Windows color (decimal): -5176708 or 8127153. OLE color: 8127153.

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

Color convert

RGB 177 2 124 -
CMYK 0 0.99 0.30 0.31
HSL 318.17º 0.98% 0.35% -
HSV(B) 318.17º 0.99% 0.69% -
XYZ 21.79 10.85 20.01 -
YUV 68.23 159.48 205.58 -
System Red Green Blue C M Y K H S L
Decimal 177 2 124 0 0.99 0.30 0.31 318.17 0.98 0.35
Hex B1 2 7C 0 63 1E 1F 13E 62 23
Octal 261 2 174 0 143 36 37 476 142 43
Binary 10110001 10 1111100 0 1100011 11110 11111 100111110 1100010 100011

Color Harmonies of #B1027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1027C

Black with #B1027C

Text Example


Text Example

White with #B1027C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1027C; }

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

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

background-color css

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

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

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

border-color css

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

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

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