#B790F1

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

Shades of Biloba Flower #B790F1

Tints of Biloba Flower #B790F1

Color information

#B790F1 (or 0xB790F1) is unknown color: approx Biloba Flower. HEX triplet: B7, 90 and F1. RGB value is (183,144,241). Sum of RGB (Red+Green+Blue) = 183+144+241=568 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.22% from 568); Green value is 144 (56.64% from 255 or 25.35% from 568); Blue value is 241 (94.53% from 255 or 42.43% from 568); Max value from RGB is 241 - color contains mainly: blue. Hex color #B790F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B790F1 is #486F0E. Grayscale: #A6A6A6. Windows color (decimal): -4747023 or 15831223. OLE color: 15831223.

HSL color Cylindrical-coordinate representation of color #B790F1: hue angle of 264.12º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #B790F1 is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB183144241-
CMYK0.240.4000.05
HSL264.12º77.6%75.49%-
HSV(B)264.12º40.25%94.51%-
XYZ45.3836.3687.85-
YUV166.72169.92139.61-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.22%
GREEN value IS 144 (56.64% from 255) = 25.35%
BLUE value IS 241 (94.53% from 255) = 42.43%
R=32.22%
G=25.35%
B=42.43%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1831442410.240.4000.05264.1277.675.49
HexB790F11828051084e4b
Octal267220361305005410116113
Binary10110111100100001111000111000101000010110000100010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B790F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B790F1; }

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

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

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

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

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

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

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

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