#B68DE6

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

Shades of Biloba Flower #B68DE6

Tints of Biloba Flower #B68DE6

Color information

#B68DE6 (or 0xB68DE6) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and E6. RGB value is (182,141,230). Sum of RGB (Red+Green+Blue) = 182+141+230=553 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.91% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 230 (90.23% from 255 or 41.59% from 553); Max value from RGB is 230 - color contains mainly: blue. Hex color #B68DE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DE6 is #497219. Grayscale: #A3A3A3. Windows color (decimal): -4813338 or 15109558. OLE color: 15109558.

HSL color Cylindrical-coordinate representation of color #B68DE6: hue angle of 267.64º degrees, saturation: 0.64, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #B68DE6 is Cyan = 0.21, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB182141230-
CMYK0.210.3900.10
HSL267.64º64.03%72.75%-
HSV(B)267.64º38.7%90.2%-
XYZ43.134.7179.29-
YUV163.4165.58141.26-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.91%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 230 (90.23% from 255) = 41.59%
R=32.91%
G=25.50%
B=41.59%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1821412300.210.3900.10267.6464.0372.75
HexB68DE615270A10c4049
Octal2662153462547012414100111
Binary101101101000110111100110101011001110101010000110010000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DE6; }

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

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

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

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

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

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

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

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