#B67FF8

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

Shades of Biloba Flower #B67FF8

Tints of Biloba Flower #B67FF8

Color information

#B67FF8 (or 0xB67FF8) is unknown color: approx Biloba Flower. HEX triplet: B6, 7F and F8. RGB value is (182,127,248). Sum of RGB (Red+Green+Blue) = 182+127+248=557 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.68% from 557); Green value is 127 (50% from 255 or 22.80% from 557); Blue value is 248 (97.27% from 255 or 44.52% from 557); Max value from RGB is 248 - color contains mainly: blue. Hex color #B67FF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #B67FF8 is #498007. Grayscale: #9C9C9C. Windows color (decimal): -4816904 or 16285622. OLE color: 16285622.

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

Color convert

RGB182127248-
CMYK0.270.4900.03
HSL267.27º89.63%73.53%-
HSV(B)267.27º48.79%97.25%-
XYZ43.8231.992.65-
YUV157.24179.22145.66-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.68%
GREEN value IS 127 (50% from 255) = 22.80%
BLUE value IS 248 (97.27% from 255) = 44.52%
R=32.68%
G=22.80%
B=44.52%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1821272480.270.4900.03267.2789.6373.53
HexB67FF81B310310b5a4a
Octal266177370336103413132112
Binary101101101111111111110001101111000101110000101110110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B67FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B67FF8; }

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

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

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

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

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

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

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

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