#B790F4

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

Shades of Biloba Flower #B790F4

Tints of Biloba Flower #B790F4

Color information

#B790F4 (or 0xB790F4) is unknown color: approx Biloba Flower. HEX triplet: B7, 90 and F4. RGB value is (183,144,244). Sum of RGB (Red+Green+Blue) = 183+144+244=571 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.05% from 571); Green value is 144 (56.64% from 255 or 25.22% from 571); Blue value is 244 (95.70% from 255 or 42.73% from 571); Max value from RGB is 244 - color contains mainly: blue. Hex color #B790F4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B790F4 is #486F0B. Grayscale: #A6A6A6. Windows color (decimal): -4747020 or 16027831. OLE color: 16027831.

HSL color Cylindrical-coordinate representation of color #B790F4: hue angle of 263.4º degrees, saturation: 0.82, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #B790F4 is Cyan = 0.25, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB183144244-
CMYK0.250.4100.04
HSL263.4º81.97%76.08%-
HSV(B)263.4º40.98%95.69%-
XYZ45.8336.5590.23-
YUV167.06171.42139.37-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.05%
GREEN value IS 144 (56.64% from 255) = 25.22%
BLUE value IS 244 (95.70% from 255) = 42.73%
R=32.05%
G=25.22%
B=42.73%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1831442440.250.4100.04263.481.9776.08
HexB790F4192904107524c
Octal267220364315104407122114
Binary10110111100100001111010011001101001010010000011110100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B790F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B790F4; }

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

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

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

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

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

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

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

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