Html Css Color HEX #B63692 Medium Red Violet

📋 copy color: '#B63692'

red 182 ◦ green 54 ◦ blue 146

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

Shades of Medium Red Violet #B63692

Tints of Medium Red Violet #B63692

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 38.22%

R = 47.64%
G = 14.14%
B = 38.22%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B63692 (or 0xB63692) is known color: Medium Red Violet. HEX triplet: B6, 36 and 92. RGB value is (182,54,146). Sum of RGB (Red+Green+Blue) = 182+54+146=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 54 (21.48% from 255 or 14.14% from 382); Blue value is 146 (57.42% from 255 or 38.22% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B63692 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63692 is #49C96D. Grayscale: #666666. Windows color (decimal): -4835694 or 9582262. OLE color: 9582262.

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

Color convert

RGB 182 54 146 -
CMYK 0 0.70 0.20 0.29
HSL 316.88º 0.54% 0.46% -
HSV(B) 316.88º 0.7% 0.71% -
XYZ 25.8 14.66 28.66 -
YUV 102.76 152.41 184.52 -
System Red Green Blue C M Y K H S L
Decimal 182 54 146 0 0.70 0.20 0.29 316.88 0.54 0.46
Hex B6 36 92 0 46 14 1D 13D 36 2E
Octal 266 66 222 0 106 24 35 475 66 56
Binary 10110110 110110 10010010 0 1000110 10100 11101 100111101 110110 101110

Color Harmonies of #B63692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63692

Black with #B63692

Text Example


Text Example

White with #B63692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63692; }

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

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

background-color css

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

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

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

border-color css

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

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

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