#B68BFF

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

Shades of Biloba Flower #B68BFF

Tints of Biloba Flower #B68BFF

Color information

#B68BFF (or 0xB68BFF) is unknown color: approx Biloba Flower. HEX triplet: B6, 8B and FF. RGB value is (182,139,255). Sum of RGB (Red+Green+Blue) = 182+139+255=576 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.60% from 576); Green value is 139 (54.69% from 255 or 24.13% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #B68BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BFF is #497400. Grayscale: #A4A4A4. Windows color (decimal): -4813825 or 16747446. OLE color: 16747446.

HSL color Cylindrical-coordinate representation of color #B68BFF: hue angle of 262.24º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B68BFF is Cyan = 0.29, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB182139255-
CMYK0.290.4500
HSL262.24º100%77.25%-
HSV(B)262.24º45.49%100%-
XYZ46.5735.6399.03-
YUV165.08178.75140.07-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.60%
GREEN value IS 139 (54.69% from 255) = 24.13%
BLUE value IS 255 (100% from 255) = 44.27%
R=31.60%
G=24.13%
B=44.27%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1821392550.290.4500262.2410077.25
HexB68BFF1D2D00106644d
Octal266213377355500406144115
Binary101101101000101111111111111011011010010000011011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68BFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68BFF; }

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

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

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

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

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

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

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

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