Html Css Color HEX #B63896 Medium Red Violet

📋 copy color: '#B63896'

red 182 ◦ green 56 ◦ blue 150

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

Shades of Medium Red Violet #B63896

Tints of Medium Red Violet #B63896

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.43%

 BLUE value IS 150 (58.98% from 255) = 38.66%

R = 46.91%
G = 14.43%
B = 38.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B63896 (or 0xB63896) is known color: Medium Red Violet. HEX triplet: B6, 38 and 96. RGB value is (182,56,150). Sum of RGB (Red+Green+Blue) = 182+56+150=388 (51% of max value = 765). Red value is 182 (71.48% from 255 or 46.91% from 388); Green value is 56 (22.27% from 255 or 14.43% from 388); Blue value is 150 (58.98% from 255 or 38.66% from 388); Max value from RGB is 182 - color contains mainly: red. Hex color #B63896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63896 is #49C769. Grayscale: #686868. Windows color (decimal): -4835178 or 9844918. OLE color: 9844918.

HSL color Cylindrical-coordinate representation of color #B63896: hue angle of 315.24º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B63896 is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 56 150 -
CMYK 0 0.69 0.18 0.29
HSL 315.24º 0.53% 0.47% -
HSV(B) 315.24º 0.69% 0.71% -
XYZ 26.21 14.98 30.36 -
YUV 104.39 153.74 183.36 -
System Red Green Blue C M Y K H S L
Decimal 182 56 150 0 0.69 0.18 0.29 315.24 0.53 0.47
Hex B6 38 96 0 45 12 1D 13B 35 2F
Octal 266 70 226 0 105 22 35 473 65 57
Binary 10110110 111000 10010110 0 1000101 10010 11101 100111011 110101 101111

Color Harmonies of #B63896

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63896

Black with #B63896

Text Example


Text Example

White with #B63896

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63896; }

 p { color: rgb(182,56,150); }

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

background-color css

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

 a { background-color: rgb(182,56,150); }

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

border-color css

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

 span { border-color: rgb(182,56,150); }

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