Html Css Color HEX #B1369B Medium Red Violet

📋 copy color: '#B1369B'

red 177 ◦ green 54 ◦ blue 155

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

Shades of Medium Red Violet #B1369B

Tints of Medium Red Violet #B1369B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 13.99%

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 45.85%
G = 13.99%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.12

 K value IS 0.31

RGB Variations

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

Color information

#B1369B (or 0xB1369B) is known color: Medium Red Violet. HEX triplet: B1, 36 and 9B. RGB value is (177,54,155). Sum of RGB (Red+Green+Blue) = 177+54+155=386 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.85% from 386); Green value is 54 (21.48% from 255 or 13.99% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 177 - color contains mainly: red. Hex color #B1369B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1369B is #4EC964. Grayscale: #666666. Windows color (decimal): -5163365 or 10172081. OLE color: 10172081.

HSL color Cylindrical-coordinate representation of color #B1369B: hue angle of 310.73º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B1369B is Cyan = 0, Magento = 0.69, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 54 155 -
CMYK 0 0.69 0.12 0.31
HSL 310.73º 0.53% 0.45% -
HSV(B) 310.73º 0.69% 0.69% -
XYZ 25.37 14.35 32.44 -
YUV 102.29 157.75 181.29 -
System Red Green Blue C M Y K H S L
Decimal 177 54 155 0 0.69 0.12 0.31 310.73 0.53 0.45
Hex B1 36 9B 0 45 C 1F 137 35 2D
Octal 261 66 233 0 105 14 37 467 65 55
Binary 10110001 110110 10011011 0 1000101 1100 11111 100110111 110101 101101

Color Harmonies of #B1369B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1369B

Black with #B1369B

Text Example


Text Example

White with #B1369B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1369B; }

 p { color: rgb(177,54,155); }

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

background-color css

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

 a { background-color: rgb(177,54,155); }

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

border-color css

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

 span { border-color: rgb(177,54,155); }

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