Html Css Color HEX #B1037B Medium Violet Red

📋 copy color: '#B1037B'

red 177 ◦ green 3 ◦ blue 123

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

Shades of Medium Violet Red #B1037B

Tints of Medium Violet Red #B1037B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.99%

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

R = 58.42%
G = 0.99%
B = 40.59%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1037B (or 0xB1037B) is known color: Medium Violet Red. HEX triplet: B1, 03 and 7B. RGB value is (177,3,123). Sum of RGB (Red+Green+Blue) = 177+3+123=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 123 (48.44% from 255 or 40.59% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1037B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #B1037B is #4EFC84. Grayscale: #444444. Windows color (decimal): -5176453 or 8061873. OLE color: 8061873.

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

Color convert

RGB 177 3 123 -
CMYK 0 0.98 0.31 0.31
HSL 318.62º 0.97% 0.35% -
HSV(B) 318.62º 0.98% 0.69% -
XYZ 21.74 10.84 19.69 -
YUV 68.71 158.65 205.24 -
System Red Green Blue C M Y K H S L
Decimal 177 3 123 0 0.98 0.31 0.31 318.62 0.97 0.35
Hex B1 3 7B 0 62 1F 1F 13F 61 23
Octal 261 3 173 0 142 37 37 477 141 43
Binary 10110001 11 1111011 0 1100010 11111 11111 100111111 1100001 100011

Color Harmonies of #B1037B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1037B

Black with #B1037B

Text Example


Text Example

White with #B1037B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1037B; }

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

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

background-color css

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

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

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

border-color css

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

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

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