Html Css Color HEX #B63592 Medium Red Violet

📋 copy color: '#B63592'

red 182 ◦ green 53 ◦ blue 146

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

Shades of Medium Red Violet #B63592

Tints of Medium Red Violet #B63592

RGB

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

 GREEN value IS 53 (21.09% from 255) = 13.91%

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

R = 47.77%
G = 13.91%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B63592 (or 0xB63592) is known color: Medium Red Violet. HEX triplet: B6, 35 and 92. RGB value is (182,53,146). Sum of RGB (Red+Green+Blue) = 182+53+146=381 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.77% from 381); Green value is 53 (21.09% from 255 or 13.91% from 381); Blue value is 146 (57.42% from 255 or 38.32% from 381); Max value from RGB is 182 - color contains mainly: red. Hex color #B63592 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63592 is #49CA6D. Grayscale: #656565. Windows color (decimal): -4835950 or 9582006. OLE color: 9582006.

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

Color convert

RGB 182 53 146 -
CMYK 0 0.71 0.20 0.29
HSL 316.74º 0.55% 0.46% -
HSV(B) 316.74º 0.71% 0.71% -
XYZ 25.75 14.57 28.65 -
YUV 102.17 152.74 184.94 -
System Red Green Blue C M Y K H S L
Decimal 182 53 146 0 0.71 0.20 0.29 316.74 0.55 0.46
Hex B6 35 92 0 47 14 1D 13D 37 2E
Octal 266 65 222 0 107 24 35 475 67 56
Binary 10110110 110101 10010010 0 1000111 10100 11101 100111101 110111 101110

Color Harmonies of #B63592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63592

Black with #B63592

Text Example


Text Example

White with #B63592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63592; }

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

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

background-color css

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

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

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

border-color css

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

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

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