#B68DD5

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

Shades of Biloba Flower #B68DD5

Tints of Biloba Flower #B68DD5

Color information

#B68DD5 (or 0xB68DD5) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and D5. RGB value is (182,141,213). Sum of RGB (Red+Green+Blue) = 182+141+213=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 141 (55.47% from 255 or 26.31% from 536); Blue value is 213 (83.59% from 255 or 39.74% from 536); Max value from RGB is 213 - color contains mainly: blue. Hex color #B68DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DD5 is #49722A. Grayscale: #A1A1A1. Windows color (decimal): -4813355 or 13995446. OLE color: 13995446.

HSL color Cylindrical-coordinate representation of color #B68DD5: hue angle of 274.17º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B68DD5 is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182141213-
CMYK0.150.3400.16
HSL274.17º46.15%69.41%-
HSV(B)274.17º33.8%83.53%-
XYZ40.8333.867.32-
YUV161.47157.08142.65-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 141 (55.47% from 255) = 26.31%
BLUE value IS 213 (83.59% from 255) = 39.74%
R=33.96%
G=26.31%
B=39.74%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821412130.150.3400.16274.1746.1569.41
HexB68DD5F220101122e45
Octal266215325174202042256105
Binary10110110100011011101010111111000100100001000100101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DD5; }

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

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

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

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

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

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

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

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