#B794D7

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

Shades of Biloba Flower #B794D7

Tints of Biloba Flower #B794D7

Color information

#B794D7 (or 0xB794D7) is unknown color: approx Biloba Flower. HEX triplet: B7, 94 and D7. RGB value is (183,148,215). Sum of RGB (Red+Green+Blue) = 183+148+215=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 148 (58.20% from 255 or 27.11% from 546); Blue value is 215 (84.38% from 255 or 39.38% from 546); Max value from RGB is 215 - color contains mainly: blue. Hex color #B794D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794D7 is #486B28. Grayscale: #A5A5A5. Windows color (decimal): -4746025 or 14128311. OLE color: 14128311.

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

Color convert

RGB183148215-
CMYK0.150.3100.16
HSL271.34º45.58%71.18%-
HSV(B)271.34º31.16%84.31%-
XYZ42.3836.1569.03-
YUV166.1155.6140.05-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.52%
GREEN value IS 148 (58.20% from 255) = 27.11%
BLUE value IS 215 (84.38% from 255) = 39.38%
R=33.52%
G=27.11%
B=39.38%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1831482150.150.3100.16271.3445.5871.18
HexB794D7F1F01010f2e47
Octal267224327173702041756107
Binary1011011110010100110101111111111110100001000011111011101000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B794D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B794D7; }

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

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

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

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

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

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

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

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