#B794EB

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

Shades of Biloba Flower #B794EB

Tints of Biloba Flower #B794EB

Color information

#B794EB (or 0xB794EB) is unknown color: approx Biloba Flower. HEX triplet: B7, 94 and EB. RGB value is (183,148,235). Sum of RGB (Red+Green+Blue) = 183+148+235=566 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.33% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #B794EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B794EB is #486B14. Grayscale: #A8A8A8. Windows color (decimal): -4746005 or 15439031. OLE color: 15439031.

HSL color Cylindrical-coordinate representation of color #B794EB: hue angle of 264.14º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B794EB is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183148235-
CMYK0.220.3700.08
HSL264.14º68.5%75.1%-
HSV(B)264.14º37.02%92.16%-
XYZ45.1137.2583.41-
YUV168.38165.6138.43-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.33%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 235 (92.19% from 255) = 41.52%
R=32.33%
G=26.15%
B=41.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831482350.220.3700.08264.1468.575.1
HexB794EB162508108454b
Octal2672243532645010410105113
Binary101101111001010011101011101101001010100010000100010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B794EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B794EB; }

 p { color: rgb(183,148,235); }

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

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

 a { background-color: rgb(183,148,235); }

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

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

 span { border-color: rgb(183,148,235); }

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