#B68DEE

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

Shades of Biloba Flower #B68DEE

Tints of Biloba Flower #B68DEE

Color information

#B68DEE (or 0xB68DEE) is unknown color: approx Biloba Flower. HEX triplet: B6, 8D and EE. RGB value is (182,141,238). Sum of RGB (Red+Green+Blue) = 182+141+238=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 141 (55.47% from 255 or 25.13% from 561); Blue value is 238 (93.36% from 255 or 42.42% from 561); Max value from RGB is 238 - color contains mainly: blue. Hex color #B68DEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68DEE is #497211. Grayscale: #A3A3A3. Windows color (decimal): -4813330 or 15633846. OLE color: 15633846.

HSL color Cylindrical-coordinate representation of color #B68DEE: hue angle of 265.36º degrees, saturation: 0.74, 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 #B68DEE is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB182141238-
CMYK0.240.4100.07
HSL265.36º74.05%74.31%-
HSV(B)265.36º40.76%93.33%-
XYZ44.2535.1785.34-
YUV164.32169.58140.61-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 141 (55.47% from 255) = 25.13%
BLUE value IS 238 (93.36% from 255) = 42.42%
R=32.44%
G=25.13%
B=42.42%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1821412380.240.4100.07265.3674.0574.31
HexB68DEE1829071094a4a
Octal266215356305107411112112
Binary10110110100011011110111011000101001011110000100110010101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68DEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68DEE; }

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

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

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

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

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

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

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

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