#B67AF2

Color #B67AF2 Medium Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Purple #B67AF2

Tints of Medium Purple #B67AF2

Color information

#B67AF2 (or 0xB67AF2) is unknown color: approx Medium Purple. HEX triplet: B6, 7A and F2. RGB value is (182,122,242). Sum of RGB (Red+Green+Blue) = 182+122+242=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 122 (48.05% from 255 or 22.34% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #B67AF2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67AF2 is #49850D. Grayscale: #999999. Windows color (decimal): -4818190 or 15891126. OLE color: 15891126.

HSL color Cylindrical-coordinate representation of color #B67AF2: hue angle of 270º degrees, saturation: 0.82, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B67AF2 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182122242-
CMYK0.250.5000.05
HSL270º82.19%71.37%-
HSV(B)270º49.59%94.9%-
XYZ42.2830.2787.62-
YUV153.62177.88148.24-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.33%
GREEN value IS 122 (48.05% from 255) = 22.34%
BLUE value IS 242 (94.92% from 255) = 44.32%
R=33.33%
G=22.34%
B=44.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821222420.250.5000.0527082.1971.37
HexB67AF219320510e5247
Octal266172362316205416122107
Binary1011011011110101111001011001110010010110000111010100101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AF2; }

 p { color: rgb(182,122,242); }

 H1.HeaderClassName
 {
   color: #B67AF2;
 }
 .AnyTagClassName
 {
   color: #B67AF2;
 }
</style>
background-color css

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

 a { background-color: rgb(182,122,242); }

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

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

 span { border-color: rgb(182,122,242); }

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