Html Css Color HEX #B1268C Medium Red Violet

📋 copy color: '#B1268C'

red 177 ◦ green 38 ◦ blue 140

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

Shades of Medium Red Violet #B1268C

Tints of Medium Red Violet #B1268C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.7%

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

R = 49.86%
G = 10.7%
B = 39.44%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1268C (or 0xB1268C) is known color: Medium Red Violet. HEX triplet: B1, 26 and 8C. RGB value is (177,38,140). Sum of RGB (Red+Green+Blue) = 177+38+140=355 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.86% from 355); Green value is 38 (15.23% from 255 or 10.70% from 355); Blue value is 140 (55.08% from 255 or 39.44% from 355); Max value from RGB is 177 - color contains mainly: red. Hex color #B1268C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1268C is #4ED973. Grayscale: #5A5A5A. Windows color (decimal): -5167476 or 9184945. OLE color: 9184945.

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

Color convert

RGB 177 38 140 -
CMYK 0 0.79 0.21 0.31
HSL 315.97º 0.65% 0.42% -
HSV(B) 315.97º 0.79% 0.69% -
XYZ 23.56 12.63 26.01 -
YUV 91.19 155.55 189.21 -
System Red Green Blue C M Y K H S L
Decimal 177 38 140 0 0.79 0.21 0.31 315.97 0.65 0.42
Hex B1 26 8C 0 4F 15 1F 13C 41 2A
Octal 261 46 214 0 117 25 37 474 101 52
Binary 10110001 100110 10001100 0 1001111 10101 11111 100111100 1000001 101010

Color Harmonies of #B1268C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1268C

Black with #B1268C

Text Example


Text Example

White with #B1268C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1268C; }

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

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

background-color css

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

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

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

border-color css

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

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

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