Html Css Color HEX #B1027B Medium Violet Red

📋 copy color: '#B1027B'

red 177 ◦ green 2 ◦ blue 123

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

Shades of Medium Violet Red #B1027B

Tints of Medium Violet Red #B1027B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 40.73%

R = 58.61%
G = 0.66%
B = 40.73%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1027B (or 0xB1027B) is known color: Medium Violet Red. HEX triplet: B1, 02 and 7B. RGB value is (177,2,123). Sum of RGB (Red+Green+Blue) = 177+2+123=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 123 (48.44% from 255 or 40.73% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B1027B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1027B is #4EFD84. Grayscale: #434343. Windows color (decimal): -5176709 or 8061617. OLE color: 8061617.

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

Color convert

RGB 177 2 123 -
CMYK 0 0.99 0.31 0.31
HSL 318.51º 0.98% 0.35% -
HSV(B) 318.51º 0.99% 0.69% -
XYZ 21.73 10.82 19.68 -
YUV 68.12 158.98 205.66 -
System Red Green Blue C M Y K H S L
Decimal 177 2 123 0 0.99 0.31 0.31 318.51 0.98 0.35
Hex B1 2 7B 0 63 1F 1F 13F 62 23
Octal 261 2 173 0 143 37 37 477 142 43
Binary 10110001 10 1111011 0 1100011 11111 11111 100111111 1100010 100011

Color Harmonies of #B1027B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1027B

Black with #B1027B

Text Example


Text Example

White with #B1027B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1027B; }

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

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

background-color css

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

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

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

border-color css

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

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

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