#B67DF8

Color #B67DF8 Biloba Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Biloba Flower #B67DF8

Tints of Biloba Flower #B67DF8

Color information

#B67DF8 (or 0xB67DF8) is unknown color: approx Biloba Flower. HEX triplet: B6, 7D and F8. RGB value is (182,125,248). Sum of RGB (Red+Green+Blue) = 182+125+248=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 125 (49.22% from 255 or 22.52% from 555); Blue value is 248 (97.27% from 255 or 44.68% from 555); Max value from RGB is 248 - color contains mainly: blue. Hex color #B67DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67DF8 is #498207. Grayscale: #9B9B9B. Windows color (decimal): -4817416 or 16285110. OLE color: 16285110.

HSL color Cylindrical-coordinate representation of color #B67DF8: hue angle of 267.8º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #B67DF8 is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB182125248-
CMYK0.270.5000.03
HSL267.8º89.78%73.14%-
HSV(B)267.8º49.6%97.25%-
XYZ43.5731.3992.57-
YUV156.06179.88146.5-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.79%
GREEN value IS 125 (49.22% from 255) = 22.52%
BLUE value IS 248 (97.27% from 255) = 44.68%
R=32.79%
G=22.52%
B=44.68%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1821252480.270.5000.03267.889.7873.14
HexB67DF81B320310c5a49
Octal266175370336203414132111
Binary101101101111101111110001101111001001110000110010110101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67DF8; }

 p { color: rgb(182,125,248); }

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

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

 a { background-color: rgb(182,125,248); }

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

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

 span { border-color: rgb(182,125,248); }

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