#B78DFF

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

Shades of Biloba Flower #B78DFF

Tints of Biloba Flower #B78DFF

Color information

#B78DFF (or 0xB78DFF) is unknown color: approx Biloba Flower. HEX triplet: B7, 8D and FF. RGB value is (183,141,255). Sum of RGB (Red+Green+Blue) = 183+141+255=579 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.61% from 579); Green value is 141 (55.47% from 255 or 24.35% from 579); Blue value is 255 (100% from 255 or 44.04% from 579); Max value from RGB is 255 - color contains mainly: blue. Hex color #B78DFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B78DFF is #487200. Grayscale: #A6A6A6. Windows color (decimal): -4747777 or 16747959. OLE color: 16747959.

HSL color Cylindrical-coordinate representation of color #B78DFF: hue angle of 262.11º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #B78DFF is Cyan = 0.28, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB183141255-
CMYK0.280.4500
HSL262.11º100%77.65%-
HSV(B)262.11º44.71%100%-
XYZ47.136.3499.14-
YUV166.55177.91139.73-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.61%
GREEN value IS 141 (55.47% from 255) = 24.35%
BLUE value IS 255 (100% from 255) = 44.04%
R=31.61%
G=24.35%
B=44.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1831412550.280.4500262.1110077.65
HexB78DFF1C2D00106644e
Octal267215377345500406144116
Binary101101111000110111111111111001011010010000011011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B78DFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B78DFF; }

 p { color: rgb(183,141,255); }

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

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

 a { background-color: rgb(183,141,255); }

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

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

 span { border-color: rgb(183,141,255); }

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