#B68BF0

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

Shades of Biloba Flower #B68BF0

Tints of Biloba Flower #B68BF0

Color information

#B68BF0 (or 0xB68BF0) is unknown color: approx Biloba Flower. HEX triplet: B6, 8B and F0. RGB value is (182,139,240). Sum of RGB (Red+Green+Blue) = 182+139+240=561 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.44% from 561); Green value is 139 (54.69% from 255 or 24.78% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #B68BF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BF0 is #49740F. Grayscale: #A3A3A3. Windows color (decimal): -4813840 or 15764406. OLE color: 15764406.

HSL color Cylindrical-coordinate representation of color #B68BF0: hue angle of 265.54º degrees, saturation: 0.77, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B68BF0 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB182139240-
CMYK0.240.4200.06
HSL265.54º77.1%74.31%-
HSV(B)265.54º42.08%94.12%-
XYZ44.2534.786.8-
YUV163.37171.25141.29-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.44%
GREEN value IS 139 (54.69% from 255) = 24.78%
BLUE value IS 240 (94.14% from 255) = 42.78%
R=32.44%
G=24.78%
B=42.78%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1821392400.240.4200.06265.5477.174.31
HexB68BF0182A0610a4d4a
Octal266213360305206412115112
Binary10110110100010111111000011000101010011010000101010011011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68BF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68BF0; }

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

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

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

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

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

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

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

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