#B68CF9

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

Shades of Biloba Flower #B68CF9

Tints of Biloba Flower #B68CF9

Color information

#B68CF9 (or 0xB68CF9) is unknown color: approx Biloba Flower. HEX triplet: B6, 8C and F9. RGB value is (182,140,249). Sum of RGB (Red+Green+Blue) = 182+140+249=571 (75% of max value = 765). Red value is 182 (71.48% from 255 or 31.87% from 571); Green value is 140 (55.08% from 255 or 24.52% from 571); Blue value is 249 (97.66% from 255 or 43.61% from 571); Max value from RGB is 249 - color contains mainly: blue. Hex color #B68CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B68CF9 is #497306. Grayscale: #A4A4A4. Windows color (decimal): -4813575 or 16354486. OLE color: 16354486.

HSL color Cylindrical-coordinate representation of color #B68CF9: hue angle of 263.12º degrees, saturation: 0.9, 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 #B68CF9 is Cyan = 0.27, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB182140249-
CMYK0.270.4400.02
HSL263.12º90.08%76.27%-
HSV(B)263.12º43.78%97.65%-
XYZ45.7735.5494.07-
YUV164.98175.41140.14-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 31.87%
GREEN value IS 140 (55.08% from 255) = 24.52%
BLUE value IS 249 (97.66% from 255) = 43.61%
R=31.87%
G=24.52%
B=43.61%

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
Decimal1821402490.270.4400.02263.1290.0876.27
HexB68CF91B2C021075a4c
Octal266214371335402407132114
Binary1011011010001100111110011101110110001010000011110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B68CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B68CF9; }

 p { color: rgb(182,140,249); }

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

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

 a { background-color: rgb(182,140,249); }

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

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

 span { border-color: rgb(182,140,249); }

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