Html Css Color HEX #B62290 Medium Red Violet

📋 copy color: '#B62290'

red 182 ◦ green 34 ◦ blue 144

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

Shades of Medium Red Violet #B62290

Tints of Medium Red Violet #B62290

RGB

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

 GREEN value IS 34 (13.67% from 255) = 9.44%

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

R = 50.56%
G = 9.44%
B = 40%

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

#B62290 (or 0xB62290) is known color: Medium Red Violet. HEX triplet: B6, 22 and 90. RGB value is (182,34,144). Sum of RGB (Red+Green+Blue) = 182+34+144=360 (47% of max value = 765). Red value is 182 (71.48% from 255 or 50.56% from 360); Green value is 34 (13.67% from 255 or 9.44% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 182 - color contains mainly: red. Hex color #B62290 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B62290 is #49DD6F. Grayscale: #5A5A5A. Windows color (decimal): -4840816 or 9446070. OLE color: 9446070.

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

Color convert

RGB 182 34 144 -
CMYK 0 0.81 0.21 0.29
HSL 315.41º 0.69% 0.42% -
HSV(B) 315.41º 0.81% 0.71% -
XYZ 24.9 13.1 27.6 -
YUV 90.79 158.03 193.06 -
System Red Green Blue C M Y K H S L
Decimal 182 34 144 0 0.81 0.21 0.29 315.41 0.69 0.42
Hex B6 22 90 0 51 15 1D 13B 45 2A
Octal 266 42 220 0 121 25 35 473 105 52
Binary 10110110 100010 10010000 0 1010001 10101 11101 100111011 1000101 101010

Color Harmonies of #B62290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B62290

Black with #B62290

Text Example


Text Example

White with #B62290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B62290; }

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

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

background-color css

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

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

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

border-color css

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

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

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