Html Css Color HEX #B63674 Medium Red Violet

📋 copy color: '#B63674'

red 182 ◦ green 54 ◦ blue 116

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

Shades of Medium Red Violet #B63674

Tints of Medium Red Violet #B63674

RGB

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

 GREEN value IS 54 (21.48% from 255) = 15.34%

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

R = 51.7%
G = 15.34%
B = 32.95%

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

#B63674 (or 0xB63674) is known color: Medium Red Violet. HEX triplet: B6, 36 and 74. RGB value is (182,54,116). Sum of RGB (Red+Green+Blue) = 182+54+116=352 (46% of max value = 765). Red value is 182 (71.48% from 255 or 51.70% from 352); Green value is 54 (21.48% from 255 or 15.34% from 352); Blue value is 116 (45.70% from 255 or 32.95% from 352); Max value from RGB is 182 - color contains mainly: red. Hex color #B63674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B63674 is #49C98B. Grayscale: #636363. Windows color (decimal): -4835724 or 7616182. OLE color: 7616182.

HSL color Cylindrical-coordinate representation of color #B63674: hue angle of 330.94º 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 #B63674 is Cyan = 0, Magento = 0.70, Yellow = 0.36 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 54 116 -
CMYK 0 0.70 0.36 0.29
HSL 330.94º 0.54% 0.46% -
HSV(B) 330.94º 0.7% 0.71% -
XYZ 23.76 13.84 17.94 -
YUV 99.34 137.41 186.96 -
System Red Green Blue C M Y K H S L
Decimal 182 54 116 0 0.70 0.36 0.29 330.94 0.54 0.46
Hex B6 36 74 0 46 24 1D 14B 36 2E
Octal 266 66 164 0 106 44 35 513 66 56
Binary 10110110 110110 1110100 0 1000110 100100 11101 101001011 110110 101110

Color Harmonies of #B63674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63674

Black with #B63674

Text Example


Text Example

White with #B63674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63674; }

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

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

background-color css

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

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

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

border-color css

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

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

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