#B68DDD

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

Shades of Biloba Flower #B68DDD

Tints of Biloba Flower #B68DDD

Color information

#B68DDD (or 0xB68DDD) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and DD. RGB value is (182,141,221). Sum of RGB (Red+Green+Blue) = 182+141+221=544 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.46% from 544); Green value is 141 (55.47% from 255 or 25.92% from 544); Blue value is 221 (86.72% from 255 or 40.62% from 544); Max value from RGB is 221 - color contains mainly: blue. Hex color #B68DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DDD is #497222. Grayscale: #A2A2A2. Windows color (decimal): -4813347 or 14519734. OLE color: 14519734.

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

Color convert

RGB182141221-
CMYK0.180.3600.13
HSL270.75º54.05%70.98%-
HSV(B)270.75º36.2%86.67%-
XYZ41.8734.2272.8-
YUV162.38161.08142-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.46%
GREEN value IS 141 (55.47% from 255) = 25.92%
BLUE value IS 221 (86.72% from 255) = 40.62%
R=33.46%
G=25.92%
B=40.62%

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
Decimal1821412210.180.3600.13270.7554.0570.98
HexB68DDD12240D10f3647
Octal266215335224401541766107
Binary10110110100011011101110110010100100011011000011111101101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DDD; }

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

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

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

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

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

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

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

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