#B68DED

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

Shades of Biloba Flower #B68DED

Tints of Biloba Flower #B68DED

Color information

#B68DED (or 0xB68DED) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and ED. RGB value is (182,141,237). Sum of RGB (Red+Green+Blue) = 182+141+237=560 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.5% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 237 (92.97% from 255 or 42.32% from 560); Max value from RGB is 237 - color contains mainly: blue. Hex color #B68DED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DED is #497212. Grayscale: #A3A3A3. Windows color (decimal): -4813331 or 15568310. OLE color: 15568310.

HSL color Cylindrical-coordinate representation of color #B68DED: hue angle of 265.62º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B68DED is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182141237-
CMYK0.230.4100.07
HSL265.62º72.73%74.12%-
HSV(B)265.62º40.51%92.94%-
XYZ44.135.1184.57-
YUV164.2169.08140.69-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.5%
GREEN value IS 141 (55.47% from 255) = 25.18%
BLUE value IS 237 (92.97% from 255) = 42.32%
R=32.5%
G=25.18%
B=42.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821412370.230.4100.07265.6272.7374.12
HexB68DED17290710a494a
Octal266215355275107412111112
Binary10110110100011011110110110111101001011110000101010010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DED; }

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

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

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

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

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

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

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

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