#B67AED

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

Shades of Medium Purple #B67AED

Tints of Medium Purple #B67AED

Color information

#B67AED (or 0xB67AED) is unknown color: approx Medium Purple. HEX triplet: B6, 7A and ED. RGB value is (182,122,237). Sum of RGB (Red+Green+Blue) = 182+122+237=541 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.64% from 541); Green value is 122 (48.05% from 255 or 22.55% from 541); Blue value is 237 (92.97% from 255 or 43.81% from 541); Max value from RGB is 237 - color contains mainly: blue. Hex color #B67AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67AED is #498512. Grayscale: #989898. Windows color (decimal): -4818195 or 15563446. OLE color: 15563446.

HSL color Cylindrical-coordinate representation of color #B67AED: hue angle of 271.3º degrees, saturation: 0.76, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #B67AED is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182122237-
CMYK0.230.4900.07
HSL271.3º76.16%70.39%-
HSV(B)271.3º48.52%92.94%-
XYZ41.5429.9883.72-
YUV153.05175.38148.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.64%
GREEN value IS 122 (48.05% from 255) = 22.55%
BLUE value IS 237 (92.97% from 255) = 43.81%
R=33.64%
G=22.55%
B=43.81%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821222370.230.4900.07271.376.1670.39
HexB67AED17310710f4c46
Octal266172355276107417114106
Binary1011011011110101110110110111110001011110000111110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67AED; }

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

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

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

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

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

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

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

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