#B67CF6

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

Shades of Medium Purple #B67CF6

Tints of Medium Purple #B67CF6

Color information

#B67CF6 (or 0xB67CF6) is unknown color: approx Medium Purple. HEX triplet: B6, 7C and F6. RGB value is (182,124,246). Sum of RGB (Red+Green+Blue) = 182+124+246=552 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.97% from 552); Green value is 124 (48.83% from 255 or 22.46% from 552); Blue value is 246 (96.48% from 255 or 44.57% from 552); Max value from RGB is 246 - color contains mainly: blue. Hex color #B67CF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67CF6 is #498309. Grayscale: #9A9A9A. Windows color (decimal): -4817674 or 16153782. OLE color: 16153782.

HSL color Cylindrical-coordinate representation of color #B67CF6: hue angle of 268.52º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B67CF6 is Cyan = 0.26, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB182124246-
CMYK0.260.5000.04
HSL268.52º87.14%72.55%-
HSV(B)268.52º49.59%96.47%-
XYZ43.1331.0190.9-
YUV155.25179.22147.08-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.97%
GREEN value IS 124 (48.83% from 255) = 22.46%
BLUE value IS 246 (96.48% from 255) = 44.57%
R=32.97%
G=22.46%
B=44.57%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821242460.260.5000.04268.5287.1472.55
HexB67CF61A320410d5749
Octal266174366326204415127111
Binary1011011011111001111011011010110010010010000110110101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67CF6; }

 p { color: rgb(182,124,246); }

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

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

 a { background-color: rgb(182,124,246); }

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

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

 span { border-color: rgb(182,124,246); }

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