Html Css Color HEX #B1268D Medium Red Violet

📋 copy color: '#B1268D'

red 177 ◦ green 38 ◦ blue 141

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

Shades of Medium Red Violet #B1268D

Tints of Medium Red Violet #B1268D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 39.61%

R = 49.72%
G = 10.67%
B = 39.61%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#B1268D (or 0xB1268D) is known color: Medium Red Violet. HEX triplet: B1, 26 and 8D. RGB value is (177,38,141). Sum of RGB (Red+Green+Blue) = 177+38+141=356 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.72% from 356); Green value is 38 (15.23% from 255 or 10.67% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 177 - color contains mainly: red. Hex color #B1268D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1268D is #4ED972. Grayscale: #5B5B5B. Windows color (decimal): -5167475 or 9250481. OLE color: 9250481.

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

Color convert

RGB 177 38 141 -
CMYK 0 0.79 0.20 0.31
HSL 315.54º 0.65% 0.42% -
HSV(B) 315.54º 0.79% 0.69% -
XYZ 23.63 12.66 26.4 -
YUV 91.3 156.05 189.12 -
System Red Green Blue C M Y K H S L
Decimal 177 38 141 0 0.79 0.20 0.31 315.54 0.65 0.42
Hex B1 26 8D 0 4F 14 1F 13C 41 2A
Octal 261 46 215 0 117 24 37 474 101 52
Binary 10110001 100110 10001101 0 1001111 10100 11111 100111100 1000001 101010

Color Harmonies of #B1268D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1268D

Black with #B1268D

Text Example


Text Example

White with #B1268D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1268D; }

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

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

background-color css

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

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

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

border-color css

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

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

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