Html Css Color HEX #B63290 Medium Red Violet

📋 copy color: '#B63290'

red 182 ◦ green 50 ◦ blue 144

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

Shades of Medium Red Violet #B63290

Tints of Medium Red Violet #B63290

RGB

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

 GREEN value IS 50 (19.92% from 255) = 13.3%

 BLUE value IS 144 (56.64% from 255) = 38.3%

R = 48.4%
G = 13.3%
B = 38.3%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B63290 (or 0xB63290) is known color: Medium Red Violet. HEX triplet: B6, 32 and 90. RGB value is (182,50,144). Sum of RGB (Red+Green+Blue) = 182+50+144=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 50 (19.92% from 255 or 13.30% from 376); Blue value is 144 (56.64% from 255 or 38.30% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B63290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B63290 is #49CD6F. Grayscale: #636363. Windows color (decimal): -4836720 or 9450166. OLE color: 9450166.

HSL color Cylindrical-coordinate representation of color #B63290: hue angle of 317.27º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63290 is Cyan = 0, Magento = 0.73, Yellow = 0.21 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 50 144 -
CMYK 0 0.73 0.21 0.29
HSL 317.27º 0.57% 0.45% -
HSV(B) 317.27º 0.73% 0.71% -
XYZ 25.47 14.24 27.79 -
YUV 100.18 152.73 186.36 -
System Red Green Blue C M Y K H S L
Decimal 182 50 144 0 0.73 0.21 0.29 317.27 0.57 0.45
Hex B6 32 90 0 49 15 1D 13D 39 2D
Octal 266 62 220 0 111 25 35 475 71 55
Binary 10110110 110010 10010000 0 1001001 10101 11101 100111101 111001 101101

Color Harmonies of #B63290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B63290

Black with #B63290

Text Example


Text Example

White with #B63290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B63290; }

 p { color: rgb(182,50,144); }

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

background-color css

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

 a { background-color: rgb(182,50,144); }

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

border-color css

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

 span { border-color: rgb(182,50,144); }

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