#B68BFA

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

Shades of Biloba Flower #B68BFA

Tints of Biloba Flower #B68BFA

Color information

#B68BFA (or 0xB68BFA) is unknown color: approx Biloba Flower. HEX triplet: B6, 8B and FA. RGB value is (182,139,250). Sum of RGB (Red+Green+Blue) = 182+139+250=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 139 (54.69% from 255 or 24.34% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #B68BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68BFA is #497405. Grayscale: #A4A4A4. Windows color (decimal): -4813830 or 16419766. OLE color: 16419766.

HSL color Cylindrical-coordinate representation of color #B68BFA: hue angle of 263.24º degrees, saturation: 0.92, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #B68BFA is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182139250-
CMYK0.270.4400.02
HSL263.24º91.74%76.27%-
HSV(B)263.24º44.4%98.04%-
XYZ45.7835.3194.85-
YUV164.51176.25140.47-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 139 (54.69% from 255) = 24.34%
BLUE value IS 250 (98.05% from 255) = 43.78%
R=31.87%
G=24.34%
B=43.78%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1821392500.270.4400.02263.2491.7476.27
HexB68BFA1B2C021075c4c
Octal266213372335402407134114
Binary1011011010001011111110101101110110001010000011110111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68BFA; }

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

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

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

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

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

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

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

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