#B68EDD

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

Shades of Biloba Flower #B68EDD

Tints of Biloba Flower #B68EDD

Color information

#B68EDD (or 0xB68EDD) is unknown color: approx Biloba Flower. HEX triplet: B6, 8E and DD. RGB value is (182,142,221). Sum of RGB (Red+Green+Blue) = 182+142+221=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 142 (55.86% from 255 or 26.06% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 221 - color contains mainly: blue. Hex color #B68EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68EDD is #497122. Grayscale: #A2A2A2. Windows color (decimal): -4813091 or 14519990. OLE color: 14519990.

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

Color convert

RGB182142221-
CMYK0.180.3600.13
HSL270.38º53.74%71.18%-
HSV(B)270.38º35.75%86.67%-
XYZ42.0234.5172.85-
YUV162.97160.75141.58-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 142 (55.86% from 255) = 26.06%
BLUE value IS 221 (86.72% from 255) = 40.55%
R=33.39%
G=26.06%
B=40.55%

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
Decimal1821422210.180.3600.13270.3853.7471.18
HexB68EDD12240D10e3647
Octal266216335224401541666107
Binary10110110100011101101110110010100100011011000011101101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68EDD; }

 p { color: rgb(182,142,221); }

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

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

 a { background-color: rgb(182,142,221); }

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

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

 span { border-color: rgb(182,142,221); }

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