#B68BF1

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

Shades of Biloba Flower #B68BF1

Tints of Biloba Flower #B68BF1

Color information

#B68BF1 (or 0xB68BF1) is unknown color: approx Biloba Flower. HEX triplet: B6, 8B and F1. RGB value is (182,139,241). Sum of RGB (Red+Green+Blue) = 182+139+241=562 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.38% from 562); Green value is 139 (54.69% from 255 or 24.73% from 562); Blue value is 241 (94.53% from 255 or 42.88% from 562); Max value from RGB is 241 - color contains mainly: blue. Hex color #B68BF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BF1 is #49740E. Grayscale: #A3A3A3. Windows color (decimal): -4813839 or 15829942. OLE color: 15829942.

HSL color Cylindrical-coordinate representation of color #B68BF1: hue angle of 265.29º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B68BF1 is Cyan = 0.24, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB182139241-
CMYK0.240.4200.05
HSL265.29º78.46%74.51%-
HSV(B)265.29º42.32%94.51%-
XYZ44.434.7687.59-
YUV163.48171.75141.21-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 32.38%
GREEN value IS 139 (54.69% from 255) = 24.73%
BLUE value IS 241 (94.53% from 255) = 42.88%
R=32.38%
G=24.73%
B=42.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1821392410.240.4200.05265.2978.4674.51
HexB68BF1182A051094e4b
Octal266213361305205411116113
Binary10110110100010111111000111000101010010110000100110011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68BF1; }

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

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

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

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

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

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

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

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