#B794DC

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

Shades of Biloba Flower #B794DC

Tints of Biloba Flower #B794DC

Color information

#B794DC (or 0xB794DC) is unknown color: approx Biloba Flower. HEX triplet: B7, 94 and DC. RGB value is (183,148,220). Sum of RGB (Red+Green+Blue) = 183+148+220=551 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.21% from 551); Green value is 148 (58.20% from 255 or 26.86% from 551); Blue value is 220 (86.33% from 255 or 39.93% from 551); Max value from RGB is 220 - color contains mainly: blue. Hex color #B794DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B794DC is #486B23. Grayscale: #A6A6A6. Windows color (decimal): -4746020 or 14455991. OLE color: 14455991.

HSL color Cylindrical-coordinate representation of color #B794DC: hue angle of 269.17º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B794DC is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183148220-
CMYK0.170.3300.14
HSL269.17º50.7%72.16%-
HSV(B)269.17º32.73%86.27%-
XYZ43.0436.4172.47-
YUV166.67158.1139.65-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 33.21%
GREEN value IS 148 (58.20% from 255) = 26.86%
BLUE value IS 220 (86.33% from 255) = 39.93%
R=33.21%
G=26.86%
B=39.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831482200.170.3300.14269.1750.772.16
HexB794DC11210E10d3348
Octal267224334214101641563110
Binary10110111100101001101110010001100001011101000011011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B794DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B794DC; }

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

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

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

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

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

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

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

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