Html Css Color HEX #B63477 Medium Red Violet

📋 copy color: '#B63477'

red 182 ◦ green 52 ◦ blue 119

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

Shades of Medium Red Violet #B63477

Tints of Medium Red Violet #B63477

RGB

 RED value IS 182 (71.48% from 255) = 51.56%

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

 BLUE value IS 119 (46.88% from 255) = 33.71%

R = 51.56%
G = 14.73%
B = 33.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#B63477 (or 0xB63477) is known color: Medium Red Violet. HEX triplet: B6, 34 and 77. RGB value is (182,52,119). Sum of RGB (Red+Green+Blue) = 182+52+119=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 52 (20.70% from 255 or 14.73% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B63477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63477 is #49CB88. Grayscale: #626262. Windows color (decimal): -4836233 or 7812278. OLE color: 7812278.

HSL color Cylindrical-coordinate representation of color #B63477: hue angle of 329.08º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B63477 is Cyan = 0, Magento = 0.71, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 52 119 -
CMYK 0 0.71 0.35 0.29
HSL 329.08º 0.56% 0.46% -
HSV(B) 329.08º 0.71% 0.71% -
XYZ 23.85 13.73 18.85 -
YUV 98.51 139.57 187.55 -
System Red Green Blue C M Y K H S L
Decimal 182 52 119 0 0.71 0.35 0.29 329.08 0.56 0.46
Hex B6 34 77 0 47 23 1D 149 38 2E
Octal 266 64 167 0 107 43 35 511 70 56
Binary 10110110 110100 1110111 0 1000111 100011 11101 101001001 111000 101110

Color Harmonies of #B63477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63477

Black with #B63477

Text Example


Text Example

White with #B63477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63477; }

 p { color: rgb(182,52,119); }

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

background-color css

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

 a { background-color: rgb(182,52,119); }

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

border-color css

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

 span { border-color: rgb(182,52,119); }

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