Html Css Color HEX #B1369F Medium Red Violet

📋 copy color: '#B1369F'

red 177 ◦ green 54 ◦ blue 159

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

Shades of Medium Red Violet #B1369F

Tints of Medium Red Violet #B1369F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 40.77%

R = 45.38%
G = 13.85%
B = 40.77%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.10

 K value IS 0.31

RGB Variations

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

Color information

#B1369F (or 0xB1369F) is known color: Medium Red Violet. HEX triplet: B1, 36 and 9F. RGB value is (177,54,159). Sum of RGB (Red+Green+Blue) = 177+54+159=390 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.38% from 390); Green value is 54 (21.48% from 255 or 13.85% from 390); Blue value is 159 (62.5% from 255 or 40.77% from 390); Max value from RGB is 177 - color contains mainly: red. Hex color #B1369F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1369F is #4EC960. Grayscale: #666666. Windows color (decimal): -5163361 or 10434225. OLE color: 10434225.

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

Color convert

RGB 177 54 159 -
CMYK 0 0.69 0.10 0.31
HSL 308.78º 0.53% 0.45% -
HSV(B) 308.78º 0.69% 0.69% -
XYZ 25.71 14.49 34.24 -
YUV 102.75 159.75 180.96 -
System Red Green Blue C M Y K H S L
Decimal 177 54 159 0 0.69 0.10 0.31 308.78 0.53 0.45
Hex B1 36 9F 0 45 A 1F 135 35 2D
Octal 261 66 237 0 105 12 37 465 65 55
Binary 10110001 110110 10011111 0 1000101 1010 11111 100110101 110101 101101

Color Harmonies of #B1369F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1369F

Black with #B1369F

Text Example


Text Example

White with #B1369F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1369F; }

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

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

background-color css

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

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

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

border-color css

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

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

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