Html Css Color HEX #B1297B Medium Red Violet

📋 copy color: '#B1297B'

red 177 ◦ green 41 ◦ blue 123

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

Shades of Medium Red Violet #B1297B

Tints of Medium Red Violet #B1297B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 12.02%

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

R = 51.91%
G = 12.02%
B = 36.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1297B (or 0xB1297B) is known color: Medium Red Violet. HEX triplet: B1, 29 and 7B. RGB value is (177,41,123). Sum of RGB (Red+Green+Blue) = 177+41+123=341 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.91% from 341); Green value is 41 (16.41% from 255 or 12.02% from 341); Blue value is 123 (48.44% from 255 or 36.07% from 341); Max value from RGB is 177 - color contains mainly: red. Hex color #B1297B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1297B is #4ED684. Grayscale: #5A5A5A. Windows color (decimal): -5166725 or 8071601. OLE color: 8071601.

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

Color convert

RGB 177 41 123 -
CMYK 0 0.77 0.31 0.31
HSL 323.82º 0.62% 0.43% -
HSV(B) 323.82º 0.77% 0.69% -
XYZ 22.5 12.36 19.94 -
YUV 91.01 146.06 189.33 -
System Red Green Blue C M Y K H S L
Decimal 177 41 123 0 0.77 0.31 0.31 323.82 0.62 0.43
Hex B1 29 7B 0 4D 1F 1F 144 3E 2B
Octal 261 51 173 0 115 37 37 504 76 53
Binary 10110001 101001 1111011 0 1001101 11111 11111 101000100 111110 101011

Color Harmonies of #B1297B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1297B

Black with #B1297B

Text Example


Text Example

White with #B1297B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1297B; }

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

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

background-color css

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

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

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

border-color css

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

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

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