Html Css Color HEX #B1267F Medium Red Violet

📋 copy color: '#B1267F'

red 177 ◦ green 38 ◦ blue 127

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

Shades of Medium Red Violet #B1267F

Tints of Medium Red Violet #B1267F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 37.13%

R = 51.75%
G = 11.11%
B = 37.13%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#B1267F (or 0xB1267F) is known color: Medium Red Violet. HEX triplet: B1, 26 and 7F. RGB value is (177,38,127). Sum of RGB (Red+Green+Blue) = 177+38+127=342 (45% of max value = 765). Red value is 177 (69.53% from 255 or 51.75% from 342); Green value is 38 (15.23% from 255 or 11.11% from 342); Blue value is 127 (50% from 255 or 37.13% from 342); Max value from RGB is 177 - color contains mainly: red. Hex color #B1267F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1267F is #4ED980. Grayscale: #595959. Windows color (decimal): -5167489 or 8332977. OLE color: 8332977.

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

Color convert

RGB 177 38 127 -
CMYK 0 0.79 0.28 0.31
HSL 321.58º 0.65% 0.42% -
HSV(B) 321.58º 0.79% 0.69% -
XYZ 22.66 12.27 21.25 -
YUV 89.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 177 38 127 0 0.79 0.28 0.31 321.58 0.65 0.42
Hex B1 26 7F 0 4F 1C 1F 142 41 2A
Octal 261 46 177 0 117 34 37 502 101 52
Binary 10110001 100110 1111111 0 1001111 11100 11111 101000010 1000001 101010

Color Harmonies of #B1267F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1267F

Black with #B1267F

Text Example


Text Example

White with #B1267F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1267F; }

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

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

background-color css

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

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

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

border-color css

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

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

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