Html Css Color HEX #B1338B Medium Red Violet

📋 copy color: '#B1338B'

red 177 ◦ green 51 ◦ blue 139

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

Shades of Medium Red Violet #B1338B

Tints of Medium Red Violet #B1338B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 13.9%

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

R = 48.23%
G = 13.9%
B = 37.87%

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

#B1338B (or 0xB1338B) is known color: Medium Red Violet. HEX triplet: B1, 33 and 8B. RGB value is (177,51,139). Sum of RGB (Red+Green+Blue) = 177+51+139=367 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.23% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 177 - color contains mainly: red. Hex color #B1338B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B1338B is #4ECC74. Grayscale: #626262. Windows color (decimal): -5164149 or 9122737. OLE color: 9122737.

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

Color convert

RGB 177 51 139 -
CMYK 0 0.71 0.21 0.31
HSL 318.1º 0.55% 0.45% -
HSV(B) 318.1º 0.71% 0.69% -
XYZ 23.98 13.58 25.78 -
YUV 98.71 150.74 183.84 -
System Red Green Blue C M Y K H S L
Decimal 177 51 139 0 0.71 0.21 0.31 318.1 0.55 0.45
Hex B1 33 8B 0 47 15 1F 13E 37 2D
Octal 261 63 213 0 107 25 37 476 67 55
Binary 10110001 110011 10001011 0 1000111 10101 11111 100111110 110111 101101

Color Harmonies of #B1338B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1338B

Black with #B1338B

Text Example


Text Example

White with #B1338B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1338B; }

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

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

background-color css

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

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

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

border-color css

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

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

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