#b67bf4

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

Shades of Medium Purple #B67BF4

Tints of Medium Purple #B67BF4

Color information

#B67BF4 (or 0xB67BF4) is unknown color: approx Medium Purple. HEX triplet: B6, 7B and F4. RGB value is (182,123,244). Sum of RGB (Red+Green+Blue) = 182+123+244=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 123 (48.44% from 255 or 22.40% from 549); Blue value is 244 (95.70% from 255 or 44.44% from 549); Max value from RGB is 244 - color contains mainly: blue. Hex color #B67BF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67BF4 is #49840B. Grayscale: #9A9A9A. Windows color (decimal): -4817932 or 16022454. OLE color: 16022454.

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

Color convert

RGB182123244-
CMYK0.250.5000.04
HSL269.26º84.62%71.96%-
HSV(B)269.26º49.59%95.69%-
XYZ42.730.6489.25-
YUV154.44178.55147.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.15%
GREEN value IS 123 (48.44% from 255) = 22.40%
BLUE value IS 244 (95.70% from 255) = 44.44%
R=33.15%
G=22.40%
B=44.44%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1821232440.250.5000.04269.2684.6271.96
HexB67BF419320410d5548
Octal266173364316204415125110
Binary1011011011110111111010011001110010010010000110110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b67bf4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b67bf4; }

 p { color: rgb(182,123,244); }

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

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

 a { background-color: rgb(182,123,244); }

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

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

 span { border-color: rgb(182,123,244); }

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