Html Css Color HEX #B13482 Medium Red Violet

📋 copy color: '#B13482'

red 177 ◦ green 52 ◦ blue 130

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

Shades of Medium Red Violet #B13482

Tints of Medium Red Violet #B13482

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 36.21%

R = 49.3%
G = 14.48%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#B13482 (or 0xB13482) is known color: Medium Red Violet. HEX triplet: B1, 34 and 82. RGB value is (177,52,130). Sum of RGB (Red+Green+Blue) = 177+52+130=359 (47% of max value = 765). Red value is 177 (69.53% from 255 or 49.30% from 359); Green value is 52 (20.70% from 255 or 14.48% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 177 - color contains mainly: red. Hex color #B13482 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #B13482 is #4ECB7D. Grayscale: #626262. Windows color (decimal): -5163902 or 8533169. OLE color: 8533169.

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

Color convert

RGB 177 52 130 -
CMYK 0 0.71 0.27 0.31
HSL 322.56º 0.55% 0.45% -
HSV(B) 322.56º 0.71% 0.69% -
XYZ 23.39 13.41 22.48 -
YUV 98.27 145.91 184.16 -
System Red Green Blue C M Y K H S L
Decimal 177 52 130 0 0.71 0.27 0.31 322.56 0.55 0.45
Hex B1 34 82 0 47 1B 1F 143 37 2D
Octal 261 64 202 0 107 33 37 503 67 55
Binary 10110001 110100 10000010 0 1000111 11011 11111 101000011 110111 101101

Color Harmonies of #B13482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B13482

Black with #B13482

Text Example


Text Example

White with #B13482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B13482; }

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

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

background-color css

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

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

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

border-color css

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

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

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