#B68ADF

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

Shades of Biloba Flower #B68ADF

Tints of Biloba Flower #B68ADF

Color information

#B68ADF (or 0xB68ADF) is unknown color: approx Biloba Flower. HEX triplet: B6, 8A and DF. RGB value is (182,138,223). Sum of RGB (Red+Green+Blue) = 182+138+223=543 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.52% from 543); Green value is 138 (54.30% from 255 or 25.41% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #B68ADF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68ADF is #497520. Grayscale: #A0A0A0. Windows color (decimal): -4814113 or 14650038. OLE color: 14650038.

HSL color Cylindrical-coordinate representation of color #B68ADF: hue angle of 271.06º 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 #B68ADF is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182138223-
CMYK0.180.3800.13
HSL271.06º57.05%70.78%-
HSV(B)271.06º38.12%87.45%-
XYZ41.733.4574.07-
YUV160.85163.08143.09-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.52%
GREEN value IS 138 (54.30% from 255) = 25.41%
BLUE value IS 223 (87.5% from 255) = 41.07%
R=33.52%
G=25.41%
B=41.07%

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
Decimal1821382230.180.3800.13271.0657.0570.78
HexB68ADF12260D10f3947
Octal266212337224601541771107
Binary10110110100010101101111110010100110011011000011111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68ADF; }

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

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

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

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

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

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

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

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