Html Css Color HEX #B1348B Medium Red Violet

📋 copy color: '#B1348B'

red 177 ◦ green 52 ◦ blue 139

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

Shades of Medium Red Violet #B1348B

Tints of Medium Red Violet #B1348B

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.13%

 BLUE value IS 139 (54.69% from 255) = 37.77%

R = 48.1%
G = 14.13%
B = 37.77%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#B1348B (or 0xB1348B) is known color: Medium Red Violet. HEX triplet: B1, 34 and 8B. RGB value is (177,52,139). Sum of RGB (Red+Green+Blue) = 177+52+139=368 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.10% from 368); Green value is 52 (20.70% from 255 or 14.13% from 368); Blue value is 139 (54.69% from 255 or 37.77% from 368); Max value from RGB is 177 - color contains mainly: red. Hex color #B1348B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1348B is #4ECB74. Grayscale: #636363. Windows color (decimal): -5163893 or 9122993. OLE color: 9122993.

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

Color convert

RGB 177 52 139 -
CMYK 0 0.71 0.21 0.31
HSL 318.24º 0.55% 0.45% -
HSV(B) 318.24º 0.71% 0.69% -
XYZ 24.02 13.67 25.8 -
YUV 99.29 150.41 183.43 -
System Red Green Blue C M Y K H S L
Decimal 177 52 139 0 0.71 0.21 0.31 318.24 0.55 0.45
Hex B1 34 8B 0 47 15 1F 13E 37 2D
Octal 261 64 213 0 107 25 37 476 67 55
Binary 10110001 110100 10001011 0 1000111 10101 11111 100111110 110111 101101

Color Harmonies of #B1348B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1348B

Black with #B1348B

Text Example


Text Example

White with #B1348B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1348B; }

 p { color: rgb(177,52,139); }

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

background-color css

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

 a { background-color: rgb(177,52,139); }

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

border-color css

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

 span { border-color: rgb(177,52,139); }

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