Html Css Color HEX #B1269D Medium Red Violet

📋 copy color: '#B1269D'

red 177 ◦ green 38 ◦ blue 157

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

Shades of Medium Red Violet #B1269D

Tints of Medium Red Violet #B1269D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 42.2%

R = 47.58%
G = 10.22%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.11

 K value IS 0.31

RGB Variations

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

Color information

#B1269D (or 0xB1269D) is known color: Medium Red Violet. HEX triplet: B1, 26 and 9D. RGB value is (177,38,157). Sum of RGB (Red+Green+Blue) = 177+38+157=372 (49% of max value = 765). Red value is 177 (69.53% from 255 or 47.58% from 372); Green value is 38 (15.23% from 255 or 10.22% from 372); Blue value is 157 (61.72% from 255 or 42.20% from 372); Max value from RGB is 177 - color contains mainly: red. Hex color #B1269D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1269D is #4ED962. Grayscale: #5C5C5C. Windows color (decimal): -5167459 or 10299057. OLE color: 10299057.

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

Color convert

RGB 177 38 157 -
CMYK 0 0.79 0.11 0.31
HSL 308.63º 0.65% 0.42% -
HSV(B) 308.63º 0.79% 0.69% -
XYZ 24.91 13.17 33.13 -
YUV 93.13 164.05 187.82 -
System Red Green Blue C M Y K H S L
Decimal 177 38 157 0 0.79 0.11 0.31 308.63 0.65 0.42
Hex B1 26 9D 0 4F B 1F 135 41 2A
Octal 261 46 235 0 117 13 37 465 101 52
Binary 10110001 100110 10011101 0 1001111 1011 11111 100110101 1000001 101010

Color Harmonies of #B1269D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1269D

Black with #B1269D

Text Example


Text Example

White with #B1269D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1269D; }

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

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

background-color css

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

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

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

border-color css

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

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

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