Html Css Color HEX #B1207A Medium Red Violet

📋 copy color: '#B1207A'

red 177 ◦ green 32 ◦ blue 122

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

Shades of Medium Red Violet #B1207A

Tints of Medium Red Violet #B1207A

RGB

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

 GREEN value IS 32 (12.89% from 255) = 9.67%

 BLUE value IS 122 (48.05% from 255) = 36.86%

R = 53.47%
G = 9.67%
B = 36.86%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1207A (or 0xB1207A) is known color: Medium Red Violet. HEX triplet: B1, 20 and 7A. RGB value is (177,32,122). Sum of RGB (Red+Green+Blue) = 177+32+122=331 (43% of max value = 765). Red value is 177 (69.53% from 255 or 53.47% from 331); Green value is 32 (12.89% from 255 or 9.67% from 331); Blue value is 122 (48.05% from 255 or 36.86% from 331); Max value from RGB is 177 - color contains mainly: red. Hex color #B1207A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1207A is #4EDF85. Grayscale: #555555. Windows color (decimal): -5169030 or 8003761. OLE color: 8003761.

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

Color convert

RGB 177 32 122 -
CMYK 0 0.82 0.31 0.31
HSL 322.76º 0.69% 0.41% -
HSV(B) 322.76º 0.82% 0.69% -
XYZ 22.16 11.79 19.52 -
YUV 85.62 148.54 193.18 -
System Red Green Blue C M Y K H S L
Decimal 177 32 122 0 0.82 0.31 0.31 322.76 0.69 0.41
Hex B1 20 7A 0 52 1F 1F 143 45 29
Octal 261 40 172 0 122 37 37 503 105 51
Binary 10110001 100000 1111010 0 1010010 11111 11111 101000011 1000101 101001

Color Harmonies of #B1207A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1207A

Black with #B1207A

Text Example


Text Example

White with #B1207A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1207A; }

 p { color: rgb(177,32,122); }

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

background-color css

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

 a { background-color: rgb(177,32,122); }

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

border-color css

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

 span { border-color: rgb(177,32,122); }

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