Html Css Color HEX #B1369C Medium Red Violet

📋 copy color: '#B1369C'

red 177 ◦ green 54 ◦ blue 156

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

Shades of Medium Red Violet #B1369C

Tints of Medium Red Violet #B1369C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 40.31%

R = 45.74%
G = 13.95%
B = 40.31%

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

#B1369C (or 0xB1369C) is known color: Medium Red Violet. HEX triplet: B1, 36 and 9C. RGB value is (177,54,156). Sum of RGB (Red+Green+Blue) = 177+54+156=387 (51% of max value = 765). Red value is 177 (69.53% from 255 or 45.74% from 387); Green value is 54 (21.48% from 255 or 13.95% from 387); Blue value is 156 (61.33% from 255 or 40.31% from 387); Max value from RGB is 177 - color contains mainly: red. Hex color #B1369C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1369C is #4EC963. Grayscale: #666666. Windows color (decimal): -5163364 or 10237617. OLE color: 10237617.

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

Color convert

RGB 177 54 156 -
CMYK 0 0.69 0.12 0.31
HSL 310.24º 0.53% 0.45% -
HSV(B) 310.24º 0.69% 0.69% -
XYZ 25.45 14.39 32.89 -
YUV 102.41 158.25 181.21 -
System Red Green Blue C M Y K H S L
Decimal 177 54 156 0 0.69 0.12 0.31 310.24 0.53 0.45
Hex B1 36 9C 0 45 C 1F 136 35 2D
Octal 261 66 234 0 105 14 37 466 65 55
Binary 10110001 110110 10011100 0 1000101 1100 11111 100110110 110101 101101

Color Harmonies of #B1369C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1369C

Black with #B1369C

Text Example


Text Example

White with #B1369C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1369C; }

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

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

background-color css

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

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

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

border-color css

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

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

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