#B68DDE

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

Shades of Biloba Flower #B68DDE

Tints of Biloba Flower #B68DDE

Color information

#B68DDE (or 0xB68DDE) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and DE. RGB value is (182,141,222). Sum of RGB (Red+Green+Blue) = 182+141+222=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 141 (55.47% from 255 or 25.87% from 545); Blue value is 222 (87.11% from 255 or 40.73% from 545); Max value from RGB is 222 - color contains mainly: blue. Hex color #B68DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DDE is #497221. Grayscale: #A2A2A2. Windows color (decimal): -4813346 or 14585270. OLE color: 14585270.

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

Color convert

RGB182141222-
CMYK0.180.3600.13
HSL270.37º55.1%71.18%-
HSV(B)270.37º36.49%87.06%-
XYZ4234.2773.51-
YUV162.49161.58141.91-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 141 (55.47% from 255) = 25.87%
BLUE value IS 222 (87.11% from 255) = 40.73%
R=33.39%
G=25.87%
B=40.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821412220.180.3600.13270.3755.171.18
HexB68DDE12240D10e3747
Octal266215336224401541667107
Binary10110110100011011101111010010100100011011000011101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DDE; }

 p { color: rgb(182,141,222); }

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

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

 a { background-color: rgb(182,141,222); }

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

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

 span { border-color: rgb(182,141,222); }

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