#B790E1

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

Shades of Biloba Flower #B790E1

Tints of Biloba Flower #B790E1

Color information

#B790E1 (or 0xB790E1) is unknown color: approx Biloba Flower. HEX triplet: B7, 90 and E1. RGB value is (183,144,225). Sum of RGB (Red+Green+Blue) = 183+144+225=552 (73% of max value = 765). Red value is 183 (71.88% from 255 or 33.15% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 225 (88.28% from 255 or 40.76% from 552); Max value from RGB is 225 - color contains mainly: blue. Hex color #B790E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790E1 is #486F1E. Grayscale: #A4A4A4. Windows color (decimal): -4747039 or 14782647. OLE color: 14782647.

HSL color Cylindrical-coordinate representation of color #B790E1: hue angle of 268.89º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #B790E1 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB183144225-
CMYK0.190.3600.12
HSL268.89º57.45%72.35%-
HSV(B)268.89º36%88.24%-
XYZ43.0935.4575.81-
YUV164.9161.92140.91-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.15%
GREEN value IS 144 (56.64% from 255) = 26.09%
BLUE value IS 225 (88.28% from 255) = 40.76%
R=33.15%
G=26.09%
B=40.76%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1831442250.190.3600.12268.8957.4572.35
HexB790E113240C10d3948
Octal267220341234401441571110
Binary10110111100100001110000110011100100011001000011011110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B790E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B790E1; }

 p { color: rgb(183,144,225); }

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

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

 a { background-color: rgb(183,144,225); }

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

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

 span { border-color: rgb(183,144,225); }

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