Html Css Color HEX #B62390 Medium Red Violet

📋 copy color: '#B62390'

red 182 ◦ green 35 ◦ blue 144

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

Shades of Medium Red Violet #B62390

Tints of Medium Red Violet #B62390

RGB

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

 GREEN value IS 35 (14.06% from 255) = 9.7%

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

R = 50.42%
G = 9.7%
B = 39.89%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B62390 (or 0xB62390) is known color: Medium Red Violet. HEX triplet: B6, 23 and 90. RGB value is (182,35,144). Sum of RGB (Red+Green+Blue) = 182+35+144=361 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.42% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 182 - color contains mainly: red. Hex color #B62390 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62390 is #49DC6F. Grayscale: #5B5B5B. Windows color (decimal): -4840560 or 9446326. OLE color: 9446326.

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

Color convert

RGB 182 35 144 -
CMYK 0 0.81 0.21 0.29
HSL 315.51º 0.68% 0.43% -
HSV(B) 315.51º 0.81% 0.71% -
XYZ 24.93 13.16 27.61 -
YUV 91.38 157.7 192.64 -
System Red Green Blue C M Y K H S L
Decimal 182 35 144 0 0.81 0.21 0.29 315.51 0.68 0.43
Hex B6 23 90 0 51 15 1D 13C 44 2B
Octal 266 43 220 0 121 25 35 474 104 53
Binary 10110110 100011 10010000 0 1010001 10101 11101 100111100 1000100 101011

Color Harmonies of #B62390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62390

Black with #B62390

Text Example


Text Example

White with #B62390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62390; }

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

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

background-color css

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

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

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

border-color css

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

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

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