Html Css Color HEX #B63695 Medium Red Violet

📋 copy color: '#B63695'

red 182 ◦ green 54 ◦ blue 149

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

Shades of Medium Red Violet #B63695

Tints of Medium Red Violet #B63695

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 38.7%

R = 47.27%
G = 14.03%
B = 38.7%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#B63695 (or 0xB63695) is known color: Medium Red Violet. HEX triplet: B6, 36 and 95. RGB value is (182,54,149). Sum of RGB (Red+Green+Blue) = 182+54+149=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 54 (21.48% from 255 or 14.03% from 385); Blue value is 149 (58.59% from 255 or 38.70% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B63695 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63695 is #49C96A. Grayscale: #666666. Windows color (decimal): -4835691 or 9778870. OLE color: 9778870.

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

Color convert

RGB 182 54 149 -
CMYK 0 0.70 0.18 0.29
HSL 315.47º 0.54% 0.46% -
HSV(B) 315.47º 0.7% 0.71% -
XYZ 26.04 14.75 29.91 -
YUV 103.1 153.91 184.28 -
System Red Green Blue C M Y K H S L
Decimal 182 54 149 0 0.70 0.18 0.29 315.47 0.54 0.46
Hex B6 36 95 0 46 12 1D 13B 36 2E
Octal 266 66 225 0 106 22 35 473 66 56
Binary 10110110 110110 10010101 0 1000110 10010 11101 100111011 110110 101110

Color Harmonies of #B63695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63695

Black with #B63695

Text Example


Text Example

White with #B63695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63695; }

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

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

background-color css

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

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

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

border-color css

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

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

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