Html Css Color HEX #B13395 Medium Red Violet

📋 copy color: '#B13395'

red 177 ◦ green 51 ◦ blue 149

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

Shades of Medium Red Violet #B13395

Tints of Medium Red Violet #B13395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 39.52%

R = 46.95%
G = 13.53%
B = 39.52%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#B13395 (or 0xB13395) is known color: Medium Red Violet. HEX triplet: B1, 33 and 95. RGB value is (177,51,149). Sum of RGB (Red+Green+Blue) = 177+51+149=377 (49% of max value = 765). Red value is 177 (69.53% from 255 or 46.95% from 377); Green value is 51 (20.31% from 255 or 13.53% from 377); Blue value is 149 (58.59% from 255 or 39.52% from 377); Max value from RGB is 177 - color contains mainly: red. Hex color #B13395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13395 is #4ECC6A. Grayscale: #636363. Windows color (decimal): -5164139 or 9778097. OLE color: 9778097.

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

Color convert

RGB 177 51 149 -
CMYK 0 0.71 0.16 0.31
HSL 313.33º 0.55% 0.45% -
HSV(B) 313.33º 0.71% 0.69% -
XYZ 24.74 13.88 29.81 -
YUV 99.85 155.74 183.03 -
System Red Green Blue C M Y K H S L
Decimal 177 51 149 0 0.71 0.16 0.31 313.33 0.55 0.45
Hex B1 33 95 0 47 10 1F 139 37 2D
Octal 261 63 225 0 107 20 37 471 67 55
Binary 10110001 110011 10010101 0 1000111 10000 11111 100111001 110111 101101

Color Harmonies of #B13395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13395

Black with #B13395

Text Example


Text Example

White with #B13395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13395; }

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

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

background-color css

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

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

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

border-color css

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

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

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