#B793F0

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

Shades of Biloba Flower #B793F0

Tints of Biloba Flower #B793F0

Color information

#B793F0 (or 0xB793F0) is unknown color: approx Biloba Flower. HEX triplet: B7, 93 and F0. RGB value is (183,147,240). Sum of RGB (Red+Green+Blue) = 183+147+240=570 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.11% from 570); Green value is 147 (57.81% from 255 or 25.79% from 570); Blue value is 240 (94.14% from 255 or 42.11% from 570); Max value from RGB is 240 - color contains mainly: blue. Hex color #B793F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B793F0 is #486C0F. Grayscale: #A8A8A8. Windows color (decimal): -4746256 or 15766455. OLE color: 15766455.

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

Color convert

RGB183147240-
CMYK0.240.3900.06
HSL263.23º75.61%75.88%-
HSV(B)263.23º38.75%94.12%-
XYZ45.6937.2387.22-
YUV168.37168.43138.44-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.11%
GREEN value IS 147 (57.81% from 255) = 25.79%
BLUE value IS 240 (94.14% from 255) = 42.11%
R=32.11%
G=25.79%
B=42.11%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1831472400.240.3900.06263.2375.6175.88
HexB793F01827061074c4c
Octal267223360304706407114114
Binary10110111100100111111000011000100111011010000011110011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B793F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B793F0; }

 p { color: rgb(183,147,240); }

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

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

 a { background-color: rgb(183,147,240); }

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

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

 span { border-color: rgb(183,147,240); }

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