#B68CDF

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

Shades of Biloba Flower #B68CDF

Tints of Biloba Flower #B68CDF

Color information

#B68CDF (or 0xB68CDF) is unknown color: approx Biloba Flower. HEX triplet: B6, 8C and DF. RGB value is (182,140,223). Sum of RGB (Red+Green+Blue) = 182+140+223=545 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.39% from 545); Green value is 140 (55.08% from 255 or 25.69% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #B68CDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68CDF is #497320. Grayscale: #A1A1A1. Windows color (decimal): -4813601 or 14650550. OLE color: 14650550.

HSL color Cylindrical-coordinate representation of color #B68CDF: hue angle of 270.36º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B68CDF is Cyan = 0.18, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB182140223-
CMYK0.180.3700.13
HSL270.36º56.46%71.18%-
HSV(B)270.36º37.22%87.45%-
XYZ41.9934.0374.17-
YUV162.02162.41142.25-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.39%
GREEN value IS 140 (55.08% from 255) = 25.69%
BLUE value IS 223 (87.5% from 255) = 40.92%
R=33.39%
G=25.69%
B=40.92%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1821402230.180.3700.13270.3656.4671.18
HexB68CDF12250D10e3847
Octal266214337224501541670107
Binary10110110100011001101111110010100101011011000011101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68CDF; }

 p { color: rgb(182,140,223); }

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

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

 a { background-color: rgb(182,140,223); }

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

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

 span { border-color: rgb(182,140,223); }

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