#B68DE3

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

Shades of Biloba Flower #B68DE3

Tints of Biloba Flower #B68DE3

Color information

#B68DE3 (or 0xB68DE3) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and E3. RGB value is (182,141,227). Sum of RGB (Red+Green+Blue) = 182+141+227=550 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.09% from 550); Green value is 141 (55.47% from 255 or 25.64% from 550); Blue value is 227 (89.06% from 255 or 41.27% from 550); Max value from RGB is 227 - color contains mainly: blue. Hex color #B68DE3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68DE3 is #49721C. Grayscale: #A2A2A2. Windows color (decimal): -4813341 or 14912950. OLE color: 14912950.

HSL color Cylindrical-coordinate representation of color #B68DE3: hue angle of 268.6º degrees, saturation: 0.61, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B68DE3 is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB182141227-
CMYK0.200.3800.11
HSL268.6º60.56%72.16%-
HSV(B)268.6º37.89%89.02%-
XYZ42.6834.5477.09-
YUV163.06164.08141.51-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.09%
GREEN value IS 141 (55.47% from 255) = 25.64%
BLUE value IS 227 (89.06% from 255) = 41.27%
R=33.09%
G=25.64%
B=41.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1821412270.200.3800.11268.660.5672.16
HexB68DE314260B10d3d48
Octal266215343244601341575110
Binary10110110100011011110001110100100110010111000011011111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DE3; }

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

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

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

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

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

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

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

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