Html Css Color HEX #B1298C Medium Red Violet

📋 copy color: '#B1298C'

red 177 ◦ green 41 ◦ blue 140

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

Shades of Medium Red Violet #B1298C

Tints of Medium Red Violet #B1298C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 39.11%

R = 49.44%
G = 11.45%
B = 39.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1298C (or 0xB1298C) is known color: Medium Red Violet. HEX triplet: B1, 29 and 8C. RGB value is (177,41,140). Sum of RGB (Red+Green+Blue) = 177+41+140=358 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.44% from 358); Green value is 41 (16.41% from 255 or 11.45% from 358); Blue value is 140 (55.08% from 255 or 39.11% from 358); Max value from RGB is 177 - color contains mainly: red. Hex color #B1298C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1298C is #4ED673. Grayscale: #5C5C5C. Windows color (decimal): -5166708 or 9185713. OLE color: 9185713.

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

Color convert

RGB 177 41 140 -
CMYK 0 0.77 0.21 0.31
HSL 316.32º 0.62% 0.43% -
HSV(B) 316.32º 0.77% 0.69% -
XYZ 23.66 12.83 26.04 -
YUV 92.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 177 41 140 0 0.77 0.21 0.31 316.32 0.62 0.43
Hex B1 29 8C 0 4D 15 1F 13C 3E 2B
Octal 261 51 214 0 115 25 37 474 76 53
Binary 10110001 101001 10001100 0 1001101 10101 11111 100111100 111110 101011

Color Harmonies of #B1298C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1298C

Black with #B1298C

Text Example


Text Example

White with #B1298C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1298C; }

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

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

background-color css

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

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

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

border-color css

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

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

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