#B68BDF

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

Shades of Biloba Flower #B68BDF

Tints of Biloba Flower #B68BDF

Color information

#B68BDF (or 0xB68BDF) is unknown color: approx Biloba Flower. HEX triplet: B6, 8B and DF. RGB value is (182,139,223). Sum of RGB (Red+Green+Blue) = 182+139+223=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 139 (54.69% from 255 or 25.55% from 544); Blue value is 223 (87.5% from 255 or 40.99% from 544); Max value from RGB is 223 - color contains mainly: blue. Hex color #B68BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BDF is #497420. Grayscale: #A1A1A1. Windows color (decimal): -4813857 or 14650294. OLE color: 14650294.

HSL color Cylindrical-coordinate representation of color #B68BDF: hue angle of 270.71º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B68BDF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182139223-
CMYK0.180.3800.13
HSL270.71º56.76%70.98%-
HSV(B)270.71º37.67%87.45%-
XYZ41.8433.7474.12-
YUV161.43162.75142.67-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.46%
GREEN value IS 139 (54.69% from 255) = 25.55%
BLUE value IS 223 (87.5% from 255) = 40.99%
R=33.46%
G=25.55%
B=40.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821392230.180.3800.13270.7156.7670.98
HexB68BDF12260D10f3947
Octal266213337224601541771107
Binary10110110100010111101111110010100110011011000011111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68BDF; }

 p { color: rgb(182,139,223); }

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

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

 a { background-color: rgb(182,139,223); }

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

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

 span { border-color: rgb(182,139,223); }

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