#B794EA

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

Shades of Biloba Flower #B794EA

Tints of Biloba Flower #B794EA

Color information

#B794EA (or 0xB794EA) is unknown color: approx Biloba Flower. HEX triplet: B7, 94 and EA. RGB value is (183,148,234). Sum of RGB (Red+Green+Blue) = 183+148+234=565 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.39% from 565); Green value is 148 (58.20% from 255 or 26.19% from 565); Blue value is 234 (91.80% from 255 or 41.42% from 565); Max value from RGB is 234 - color contains mainly: blue. Hex color #B794EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B794EA is #486B15. Grayscale: #A7A7A7. Windows color (decimal): -4746006 or 15373495. OLE color: 15373495.

HSL color Cylindrical-coordinate representation of color #B794EA: hue angle of 264.42º degrees, saturation: 0.67, 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 #B794EA is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183148234-
CMYK0.220.3700.08
HSL264.42º67.19%74.9%-
HSV(B)264.42º36.75%91.76%-
XYZ44.9737.1982.65-
YUV168.27165.1138.51-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.39%
GREEN value IS 148 (58.20% from 255) = 26.19%
BLUE value IS 234 (91.80% from 255) = 41.42%
R=32.39%
G=26.19%
B=41.42%

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
Decimal1831482340.220.3700.08264.4267.1974.9
HexB794EA162508108434b
Octal2672243522645010410103113
Binary101101111001010011101010101101001010100010000100010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B794EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B794EA; }

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

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

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

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

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

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

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

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