Html Css Color HEX #B622A0 Medium Red Violet

📋 copy color: '#B622A0'

red 182 ◦ green 34 ◦ blue 160

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

Shades of Medium Red Violet #B622A0

Tints of Medium Red Violet #B622A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 42.55%

R = 48.4%
G = 9.04%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.12

 K value IS 0.29

RGB Variations

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

Color information

#B622A0 (or 0xB622A0) is known color: Medium Red Violet. HEX triplet: B6, 22 and A0. RGB value is (182,34,160). Sum of RGB (Red+Green+Blue) = 182+34+160=376 (49% of max value = 765). Red value is 182 (71.48% from 255 or 48.40% from 376); Green value is 34 (13.67% from 255 or 9.04% from 376); Blue value is 160 (62.89% from 255 or 42.55% from 376); Max value from RGB is 182 - color contains mainly: red. Hex color #B622A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B622A0 is #49DD5F. Grayscale: #5C5C5C. Windows color (decimal): -4840800 or 10494646. OLE color: 10494646.

HSL color Cylindrical-coordinate representation of color #B622A0: hue angle of 308.92º 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 #B622A0 is Cyan = 0, Magento = 0.81, Yellow = 0.12 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 34 160 -
CMYK 0 0.81 0.12 0.29
HSL 308.92º 0.69% 0.42% -
HSV(B) 308.92º 0.81% 0.71% -
XYZ 26.21 13.63 34.51 -
YUV 92.62 166.03 191.75 -
System Red Green Blue C M Y K H S L
Decimal 182 34 160 0 0.81 0.12 0.29 308.92 0.69 0.42
Hex B6 22 A0 0 51 C 1D 135 45 2A
Octal 266 42 240 0 121 14 35 465 105 52
Binary 10110110 100010 10100000 0 1010001 1100 11101 100110101 1000101 101010

Color Harmonies of #B622A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B622A0

Black with #B622A0

Text Example


Text Example

White with #B622A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B622A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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