#B68AEB

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

Shades of Biloba Flower #B68AEB

Tints of Biloba Flower #B68AEB

Color information

#B68AEB (or 0xB68AEB) is unknown color: approx Biloba Flower. HEX triplet: B6, 8A and EB. RGB value is (182,138,235). Sum of RGB (Red+Green+Blue) = 182+138+235=555 (73% of max value = 765). Red value is 182 (71.48% from 255 or 32.79% from 555); Green value is 138 (54.30% from 255 or 24.86% from 555); Blue value is 235 (92.19% from 255 or 42.34% from 555); Max value from RGB is 235 - color contains mainly: blue. Hex color #B68AEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68AEB is #497514. Grayscale: #A1A1A1. Windows color (decimal): -4814101 or 15436470. OLE color: 15436470.

HSL color Cylindrical-coordinate representation of color #B68AEB: hue angle of 267.22º degrees, saturation: 0.71, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B68AEB is Cyan = 0.23, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB182138235-
CMYK0.230.4100.08
HSL267.22º70.8%73.14%-
HSV(B)267.22º41.28%92.16%-
XYZ43.3834.1282.9-
YUV162.21169.08142.11-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.79%
GREEN value IS 138 (54.30% from 255) = 24.86%
BLUE value IS 235 (92.19% from 255) = 42.34%
R=32.79%
G=24.86%
B=42.34%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1821382350.230.4100.08267.2270.873.14
HexB68AEB17290810b4749
Octal2662123532751010413107111
Binary101101101000101011101011101111010010100010000101110001111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68AEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68AEB; }

 p { color: rgb(182,138,235); }

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

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

 a { background-color: rgb(182,138,235); }

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

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

 span { border-color: rgb(182,138,235); }

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