#B790D7

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

Shades of Biloba Flower #B790D7

Tints of Biloba Flower #B790D7

Color information

#B790D7 (or 0xB790D7) is unknown color: approx Biloba Flower. HEX triplet: B7, 90 and D7. RGB value is (183,144,215). Sum of RGB (Red+Green+Blue) = 183+144+215=542 (71% of max value = 765). Red value is 183 (71.88% from 255 or 33.76% from 542); Green value is 144 (56.64% from 255 or 26.57% from 542); Blue value is 215 (84.38% from 255 or 39.67% from 542); Max value from RGB is 215 - color contains mainly: blue. Hex color #B790D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B790D7 is #486F28. Grayscale: #A3A3A3. Windows color (decimal): -4747049 or 14127287. OLE color: 14127287.

HSL color Cylindrical-coordinate representation of color #B790D7: hue angle of 272.96º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B790D7 is Cyan = 0.15, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB183144215-
CMYK0.150.3300.16
HSL272.96º47.02%70.39%-
HSV(B)272.96º33.02%84.31%-
XYZ41.7734.9268.83-
YUV163.76156.92141.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.76%
GREEN value IS 144 (56.64% from 255) = 26.57%
BLUE value IS 215 (84.38% from 255) = 39.67%
R=33.76%
G=26.57%
B=39.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831442150.150.3300.16272.9647.0270.39
HexB790D7F210101112f46
Octal267220327174102042157106
Binary10110111100100001101011111111000010100001000100011011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B790D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B790D7; }

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

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

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

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

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

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

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

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