Html Css Color HEX #B63774 Medium Red Violet

📋 copy color: '#B63774'

red 182 ◦ green 55 ◦ blue 116

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

Shades of Medium Red Violet #B63774

Tints of Medium Red Violet #B63774

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.58%

 BLUE value IS 116 (45.7% from 255) = 32.86%

R = 51.56%
G = 15.58%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.36

 K value IS 0.29

RGB Variations

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

Color information

#B63774 (or 0xB63774) is known color: Medium Red Violet. HEX triplet: B6, 37 and 74. RGB value is (182,55,116). Sum of RGB (Red+Green+Blue) = 182+55+116=353 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.56% from 353); Green value is 55 (21.88% from 255 or 15.58% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 182 - color contains mainly: red. Hex color #B63774 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63774 is #49C88B. Grayscale: #636363. Windows color (decimal): -4835468 or 7616438. OLE color: 7616438.

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

Color convert

RGB 182 55 116 -
CMYK 0 0.70 0.36 0.29
HSL 331.18º 0.54% 0.46% -
HSV(B) 331.18º 0.7% 0.71% -
XYZ 23.81 13.94 17.96 -
YUV 99.93 137.08 186.54 -
System Red Green Blue C M Y K H S L
Decimal 182 55 116 0 0.70 0.36 0.29 331.18 0.54 0.46
Hex B6 37 74 0 46 24 1D 14B 36 2E
Octal 266 67 164 0 106 44 35 513 66 56
Binary 10110110 110111 1110100 0 1000110 100100 11101 101001011 110110 101110

Color Harmonies of #B63774

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63774

Black with #B63774

Text Example


Text Example

White with #B63774

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63774; }

 p { color: rgb(182,55,116); }

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

background-color css

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

 a { background-color: rgb(182,55,116); }

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

border-color css

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

 span { border-color: rgb(182,55,116); }

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