#B792FC

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

Shades of Biloba Flower #B792FC

Tints of Biloba Flower #B792FC

Color information

#B792FC (or 0xB792FC) is unknown color: approx Biloba Flower. HEX triplet: B7, 92 and FC. RGB value is (183,146,252). Sum of RGB (Red+Green+Blue) = 183+146+252=581 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.50% from 581); Green value is 146 (57.42% from 255 or 25.13% from 581); Blue value is 252 (98.83% from 255 or 43.37% from 581); Max value from RGB is 252 - color contains mainly: blue. Hex color #B792FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B792FC is #486D03. Grayscale: #A8A8A8. Windows color (decimal): -4746500 or 16552631. OLE color: 16552631.

HSL color Cylindrical-coordinate representation of color #B792FC: hue angle of 260.94º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #B792FC is Cyan = 0.27, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB183146252-
CMYK0.270.4200.01
HSL260.94º94.64%78.04%-
HSV(B)260.94º42.06%98.82%-
XYZ47.3837.6596.87-
YUV169.15174.76137.88-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.50%
GREEN value IS 146 (57.42% from 255) = 25.13%
BLUE value IS 252 (98.83% from 255) = 43.37%
R=31.50%
G=25.13%
B=43.37%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1831462520.270.4200.01260.9494.6478.04
HexB792FC1B2A011055f4e
Octal267222374335201405137116
Binary101101111001001011111100110111010100110000010110111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B792FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B792FC; }

 p { color: rgb(183,146,252); }

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

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

 a { background-color: rgb(183,146,252); }

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

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

 span { border-color: rgb(183,146,252); }

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