#B68FF8

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

Shades of Biloba Flower #B68FF8

Tints of Biloba Flower #B68FF8

Color information

#B68FF8 (or 0xB68FF8) is unknown color: approx Biloba Flower. HEX triplet: B6, 8F and F8. RGB value is (182,143,248). Sum of RGB (Red+Green+Blue) = 182+143+248=573 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.76% from 573); Green value is 143 (56.25% from 255 or 24.96% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #B68FF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68FF8 is #497007. Grayscale: #A6A6A6. Windows color (decimal): -4812808 or 16289718. OLE color: 16289718.

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

Color convert

RGB182143248-
CMYK0.270.4200.03
HSL262.29º88.24%76.67%-
HSV(B)262.29º42.34%97.25%-
XYZ46.0636.3793.4-
YUV166.63173.92138.96-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.76%
GREEN value IS 143 (56.25% from 255) = 24.96%
BLUE value IS 248 (97.27% from 255) = 43.28%
R=31.76%
G=24.96%
B=43.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1821432480.270.4200.03262.2988.2476.67
HexB68FF81B2A03106584d
Octal266217370335203406130115
Binary1011011010001111111110001101110101001110000011010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68FF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68FF8; }

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

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

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

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

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

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

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

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