#B68DEF

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

Shades of Biloba Flower #B68DEF

Tints of Biloba Flower #B68DEF

Color information

#B68DEF (or 0xB68DEF) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and EF. RGB value is (182,141,239). Sum of RGB (Red+Green+Blue) = 182+141+239=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 141 (55.47% from 255 or 25.09% from 562); Blue value is 239 (93.75% from 255 or 42.53% from 562); Max value from RGB is 239 - color contains mainly: blue. Hex color #B68DEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DEF is #497210. Grayscale: #A4A4A4. Windows color (decimal): -4813329 or 15699382. OLE color: 15699382.

HSL color Cylindrical-coordinate representation of color #B68DEF: hue angle of 265.1º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B68DEF is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182141239-
CMYK0.240.4100.06
HSL265.1º75.38%74.51%-
HSV(B)265.1º41%93.73%-
XYZ44.435.2386.12-
YUV164.43170.08140.53-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.38%
GREEN value IS 141 (55.47% from 255) = 25.09%
BLUE value IS 239 (93.75% from 255) = 42.53%
R=32.38%
G=25.09%
B=42.53%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1821412390.240.4100.06265.175.3874.51
HexB68DEF1829061094b4b
Octal266215357305106411113113
Binary10110110100011011110111111000101001011010000100110010111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DEF; }

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

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

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

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

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

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

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

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