#B68BD7

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

Shades of Biloba Flower #B68BD7

Tints of Biloba Flower #B68BD7

Color information

#B68BD7 (or 0xB68BD7) is unknown color: approx Biloba Flower. HEX triplet: B6, 8B and D7. RGB value is (182,139,215). Sum of RGB (Red+Green+Blue) = 182+139+215=536 (70% of max value = 765). Red value is 182 (71.48% from 255 or 33.96% from 536); Green value is 139 (54.69% from 255 or 25.93% from 536); Blue value is 215 (84.38% from 255 or 40.11% from 536); Max value from RGB is 215 - color contains mainly: blue. Hex color #B68BD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B68BD7 is #497428. Grayscale: #A0A0A0. Windows color (decimal): -4813865 or 14126006. OLE color: 14126006.

HSL color Cylindrical-coordinate representation of color #B68BD7: hue angle of 273.95º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #B68BD7 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB182139215-
CMYK0.150.3500.16
HSL273.95º48.72%69.41%-
HSV(B)273.95º35.35%84.31%-
XYZ40.7933.3268.57-
YUV160.52158.75143.32-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 33.96%
GREEN value IS 139 (54.69% from 255) = 25.93%
BLUE value IS 215 (84.38% from 255) = 40.11%
R=33.96%
G=25.93%
B=40.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1821392150.150.3500.16273.9548.7269.41
HexB68BD7F230101123145
Octal266213327174302042261105
Binary10110110100010111101011111111000110100001000100101100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68BD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68BD7; }

 p { color: rgb(182,139,215); }

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

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

 a { background-color: rgb(182,139,215); }

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

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

 span { border-color: rgb(182,139,215); }

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