Html Css Color HEX #B622A6 Medium Red Violet

📋 copy color: '#B622A6'

red 182 ◦ green 34 ◦ blue 166

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

Shades of Medium Red Violet #B622A6

Tints of Medium Red Violet #B622A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 43.46%

R = 47.64%
G = 8.9%
B = 43.46%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.09

 K value IS 0.29

RGB Variations

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

Color information

#B622A6 (or 0xB622A6) is known color: Medium Red Violet. HEX triplet: B6, 22 and A6. RGB value is (182,34,166). Sum of RGB (Red+Green+Blue) = 182+34+166=382 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.64% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 166 (65.23% from 255 or 43.46% from 382); Max value from RGB is 182 - color contains mainly: red. Hex color #B622A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B622A6 is #49DD59. Grayscale: #5C5C5C. Windows color (decimal): -4840794 or 10887862. OLE color: 10887862.

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

Color convert

RGB 182 34 166 -
CMYK 0 0.81 0.09 0.29
HSL 306.49º 0.69% 0.42% -
HSV(B) 306.49º 0.81% 0.71% -
XYZ 26.75 13.84 37.34 -
YUV 93.3 169.03 191.27 -
System Red Green Blue C M Y K H S L
Decimal 182 34 166 0 0.81 0.09 0.29 306.49 0.69 0.42
Hex B6 22 A6 0 51 9 1D 132 45 2A
Octal 266 42 246 0 121 11 35 462 105 52
Binary 10110110 100010 10100110 0 1010001 1001 11101 100110010 1000101 101010

Color Harmonies of #B622A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B622A6

Black with #B622A6

Text Example


Text Example

White with #B622A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B622A6; }

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

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

background-color css

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

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

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

border-color css

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

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

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