Html Css Color HEX #B13488 Medium Red Violet

📋 copy color: '#B13488'

red 177 ◦ green 52 ◦ blue 136

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

Shades of Medium Red Violet #B13488

Tints of Medium Red Violet #B13488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 37.26%

R = 48.49%
G = 14.25%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#B13488 (or 0xB13488) is known color: Medium Red Violet. HEX triplet: B1, 34 and 88. RGB value is (177,52,136). Sum of RGB (Red+Green+Blue) = 177+52+136=365 (48% of max value = 765). Red value is 177 (69.53% from 255 or 48.49% from 365); Green value is 52 (20.70% from 255 or 14.25% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 177 - color contains mainly: red. Hex color #B13488 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13488 is #4ECB77. Grayscale: #626262. Windows color (decimal): -5163896 or 8926385. OLE color: 8926385.

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

Color convert

RGB 177 52 136 -
CMYK 0 0.71 0.23 0.31
HSL 319.68º 0.55% 0.45% -
HSV(B) 319.68º 0.71% 0.69% -
XYZ 23.8 13.58 24.66 -
YUV 98.95 148.91 183.67 -
System Red Green Blue C M Y K H S L
Decimal 177 52 136 0 0.71 0.23 0.31 319.68 0.55 0.45
Hex B1 34 88 0 47 17 1F 140 37 2D
Octal 261 64 210 0 107 27 37 500 67 55
Binary 10110001 110100 10001000 0 1000111 10111 11111 101000000 110111 101101

Color Harmonies of #B13488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13488

Black with #B13488

Text Example


Text Example

White with #B13488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13488; }

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

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

background-color css

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

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

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

border-color css

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

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

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