Html Css Color HEX #B1267A Medium Red Violet

📋 copy color: '#B1267A'

red 177 ◦ green 38 ◦ blue 122

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

Shades of Medium Red Violet #B1267A

Tints of Medium Red Violet #B1267A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.2%

R = 52.52%
G = 11.28%
B = 36.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.31

 K value IS 0.31

RGB Variations

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

Color information

#B1267A (or 0xB1267A) is known color: Medium Red Violet. HEX triplet: B1, 26 and 7A. RGB value is (177,38,122). Sum of RGB (Red+Green+Blue) = 177+38+122=337 (44% of max value = 765). Red value is 177 (69.53% from 255 or 52.52% from 337); Green value is 38 (15.23% from 255 or 11.28% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 177 - color contains mainly: red. Hex color #B1267A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1267A is #4ED985. Grayscale: #585858. Windows color (decimal): -5167494 or 8005297. OLE color: 8005297.

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

Color convert

RGB 177 38 122 -
CMYK 0 0.79 0.31 0.31
HSL 323.74º 0.65% 0.42% -
HSV(B) 323.74º 0.79% 0.69% -
XYZ 22.34 12.14 19.58 -
YUV 89.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 177 38 122 0 0.79 0.31 0.31 323.74 0.65 0.42
Hex B1 26 7A 0 4F 1F 1F 144 41 2A
Octal 261 46 172 0 117 37 37 504 101 52
Binary 10110001 100110 1111010 0 1001111 11111 11111 101000100 1000001 101010

Color Harmonies of #B1267A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1267A

Black with #B1267A

Text Example


Text Example

White with #B1267A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1267A; }

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

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

background-color css

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

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

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

border-color css

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

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

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