Html Css Color HEX #B62990 Medium Red Violet

📋 copy color: '#B62990'

red 182 ◦ green 41 ◦ blue 144

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

Shades of Medium Red Violet #B62990

Tints of Medium Red Violet #B62990

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.17%

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

R = 49.59%
G = 11.17%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#B62990 (or 0xB62990) is known color: Medium Red Violet. HEX triplet: B6, 29 and 90. RGB value is (182,41,144). Sum of RGB (Red+Green+Blue) = 182+41+144=367 (48% of max value = 765). Red value is 182 (71.48% from 255 or 49.59% from 367); Green value is 41 (16.41% from 255 or 11.17% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 182 - color contains mainly: red. Hex color #B62990 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62990 is #49D66F. Grayscale: #5E5E5E. Windows color (decimal): -4839024 or 9447862. OLE color: 9447862.

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

Color convert

RGB 182 41 144 -
CMYK 0 0.77 0.21 0.29
HSL 316.17º 0.63% 0.44% -
HSV(B) 316.17º 0.77% 0.71% -
XYZ 25.12 13.54 27.68 -
YUV 94.9 155.71 190.12 -
System Red Green Blue C M Y K H S L
Decimal 182 41 144 0 0.77 0.21 0.29 316.17 0.63 0.44
Hex B6 29 90 0 4D 15 1D 13C 3F 2C
Octal 266 51 220 0 115 25 35 474 77 54
Binary 10110110 101001 10010000 0 1001101 10101 11101 100111100 111111 101100

Color Harmonies of #B62990

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62990

Black with #B62990

Text Example


Text Example

White with #B62990

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62990; }

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

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

background-color css

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

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

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

border-color css

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

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

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