Html Css Color HEX #B622AB Medium Red Violet

📋 copy color: '#B622AB'

red 182 ◦ green 34 ◦ blue 171

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

Shades of Medium Red Violet #B622AB

Tints of Medium Red Violet #B622AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 44.19%

R = 47.03%
G = 8.79%
B = 44.19%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.06

 K value IS 0.29

RGB Variations

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

Color information

#B622AB (or 0xB622AB) is known color: Medium Red Violet. HEX triplet: B6, 22 and AB. RGB value is (182,34,171). Sum of RGB (Red+Green+Blue) = 182+34+171=387 (51% of max value = 765). Red value is 182 (71.48% from 255 or 47.03% from 387); Green value is 34 (13.67% from 255 or 8.79% from 387); Blue value is 171 (67.19% from 255 or 44.19% from 387); Max value from RGB is 182 - color contains mainly: red. Hex color #B622AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #B622AB is #49DD54. Grayscale: #5D5D5D. Windows color (decimal): -4840789 or 11215542. OLE color: 11215542.

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

Color convert

RGB 182 34 171 -
CMYK 0 0.81 0.06 0.29
HSL 304.46º 0.69% 0.42% -
HSV(B) 304.46º 0.81% 0.71% -
XYZ 27.21 14.03 39.8 -
YUV 93.87 171.53 190.86 -
System Red Green Blue C M Y K H S L
Decimal 182 34 171 0 0.81 0.06 0.29 304.46 0.69 0.42
Hex B6 22 AB 0 51 6 1D 130 45 2A
Octal 266 42 253 0 121 6 35 460 105 52
Binary 10110110 100010 10101011 0 1010001 110 11101 100110000 1000101 101010

Color Harmonies of #B622AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B622AB

Black with #B622AB

Text Example


Text Example

White with #B622AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B622AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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