#B68DE7

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

Shades of Biloba Flower #B68DE7

Tints of Biloba Flower #B68DE7

Color information

#B68DE7 (or 0xB68DE7) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and E7. RGB value is (182,141,231). Sum of RGB (Red+Green+Blue) = 182+141+231=554 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.85% from 554); Green value is 141 (55.47% from 255 or 25.45% from 554); Blue value is 231 (90.62% from 255 or 41.70% from 554); Max value from RGB is 231 - color contains mainly: blue. Hex color #B68DE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DE7 is #497218. Grayscale: #A3A3A3. Windows color (decimal): -4813337 or 15175094. OLE color: 15175094.

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

Color convert

RGB182141231-
CMYK0.210.3900.09
HSL267.33º65.22%72.94%-
HSV(B)267.33º38.96%90.59%-
XYZ43.2434.7680.03-
YUV163.52166.08141.18-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.85%
GREEN value IS 141 (55.47% from 255) = 25.45%
BLUE value IS 231 (90.62% from 255) = 41.70%
R=32.85%
G=25.45%
B=41.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1821412310.210.3900.09267.3365.2272.94
HexB68DE715270910b4149
Octal2662153472547011413101111
Binary101101101000110111100111101011001110100110000101110000011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DE7; }

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

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

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

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

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

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

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

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