#B792E6

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

Shades of Biloba Flower #B792E6

Tints of Biloba Flower #B792E6

Color information

#B792E6 (or 0xB792E6) is unknown color: approx Biloba Flower. HEX triplet: B7, 92 and E6. RGB value is (183,146,230). Sum of RGB (Red+Green+Blue) = 183+146+230=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 146 (57.42% from 255 or 26.12% from 559); Blue value is 230 (90.23% from 255 or 41.14% from 559); Max value from RGB is 230 - color contains mainly: blue. Hex color #B792E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B792E6 is #486D19. Grayscale: #A6A6A6. Windows color (decimal): -4746522 or 15110839. OLE color: 15110839.

HSL color Cylindrical-coordinate representation of color #B792E6: hue angle of 266.43º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #B792E6 is Cyan = 0.20, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB183146230-
CMYK0.200.3700.10
HSL266.43º62.69%73.73%-
HSV(B)266.43º36.52%90.2%-
XYZ44.0936.3479.55-
YUV166.64163.76139.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.74%
GREEN value IS 146 (57.42% from 255) = 26.12%
BLUE value IS 230 (90.23% from 255) = 41.14%
R=32.74%
G=26.12%
B=41.14%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1831462300.200.3700.10266.4362.6973.73
HexB792E614250A10a3f4a
Octal267222346244501241277112
Binary10110111100100101110011010100100101010101000010101111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B792E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B792E6; }

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

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

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

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

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

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

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

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